Thanks in advance.
Click on File -> New -> Project
and select the type of project you want to create. Then, give it a name. Then click OK
!
Which version do you have? Does it have C# on the loading screen?
File > New > Choose your C# project type and away you go
To create a c++ project:
File > New > Project > Other Languages > Visual C++ and pick the type you need.
C#
File > New > Project > Visual C# and pick the type you need.
The Express editions are hardwired for C# or C++.
Note that you need to have selected the C# and C++ components at the time you installed Visual Studio. If you only selected VB, you first need to re-run the setup to add these features.
To find-out what is installed, check the about dialog, Help -> About, this tells you want components are installed. If you have C# or C++ installed, then you can create a new project via the File menu as other have pointed out.
If you have an existing solution, then right click on the solution title in Solution Explorer and Add New project.