Back to Hello World (main page)
Creating the Project
Open MicroSoft Visual Studio 2005
Create a new HelloWorld solution/project
File -> New -> Project...
On the popup Create Dialog
Visual C++ tab select Template Blueprint Library
Name field enter HelloWorld
Location field enter <Drive>:\<Path>\ (specify the path to the directory you wish to host the project)
Solution field enter HelloWorld (this should be automatically filled in by the dialog)
Tick CreateDirectory for Solution
Select OK
This will create the following directory structure
Select the HelloWorld project in the Solution Explorer window, then select AutonomousDebug from the Build Configurations Option.