Share via


Creating an Empty Win32 Application

To create an empty Win32 application

  1. Enter a name for your new project, a path to the project directory, and then click OK.

  2. 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.

  3. 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.

See Also

Concepts

Solutions as Containers

Other Resources

Windows Installer Deployment Tasks

Source Control for Visual Studio