Creating a new Console App project in Visual Studio

Is anyone doing this with the latest NT8?

https://support.ninjatrader.com/s/article/Developer-Guide-Using-the-API-DLL-with-an-external-application?language=en_US

Specifically in order to create a pre AutoHotKey(AHK) script to check for working orders to prevent dupe brackets prior to running the AHK in order to:

Implement the Function : Write a function that checks if any orders for a specific account/instrument are in a working state. This function should print CLEAR if no orders are working and BUSY if there are working orders. You can use the DLL interface as described in NinjaTrader’s ATI/DLL documentation.