The first task is to create a project. Visual Studio uses the concept of a 'solution' to hold one or more related projects. Unless you specify an existing solution when creating a project, a new one is created for you.
The New Project dialog box appears.
Alternatively, select Console Application to create a native command line application, or select Link Library to create a library usable by other applications.
The project is created within a solution of the same name, and then opened, ready to edit. The next task is to edit the project properties.