How to: Create CLR Console Applications

To create a console application, use the Console Application template, which is available in the New Project dialog box.

Note

Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. For more information, see Visual Studio Settings.

To create a common language runtime (CLR) console application

  1. On the menu bar, choose File, New, Project.

    The New Project dialog box appears.

  2. Under Installed Templates, select the Visual C++ node, and then select the CLR node. Select the CLR Console Application icon.

  3. In the Name box, enter a unique name for your application.

    You can specify other project and solution settings, but they are not required.

  4. Choose the OK button.

See Also

Concepts

Visual C++ Projects

Other Resources

Debugging Preparation: Visual C++ Project Types