Creating an Empty Win32 Application
To create an empty Win32 application
Enter a name for your new project, a path to the project directory, and then click OK.
In the Win32 Application Wizard, click the Application Settings page. Select the Application type you want to create with your source code file, and then select the Empty Project check box under Additional options.
Click OK.
The project appears in Solution Explorer with three directories to contain source files, header files, and resource files.
Next, you can add files to your empty Visual C++ project.