How to Create a Visual C++ Project in Microsoft Visual Studio

This step-by-step guide will show you how to open and create a Visual C++ project in Microsoft Visual Studio.

To set up and run a simple C++ console application, follow the instructions below:

Launch your Microsoft Visual Studio
  1. Click File menu 
  2. From the list click New
  3. From the sub-list click and select Project 

  4. On the window that displays next:

  5. Select Visual C++ 
  6. Select Empty Project 
  7. Give a Name to your project for e.g. Project1 
  8. Click Ok Button

  9. On the next window:

  10. Click Project menu 
  11. Click Add New Item 

  12. On the next window:

  13. Click Visual C++ 
  14. Select File C++(.cpp) 
  15. Give a Name to your new Added item for e.g. source 
  16. Click Add Button

Follow the numbered steps above and use the screenshots below as a visual guide:








Now it’s your turn: Have you tried creating a Visual C++ project in Visual Studio? Share your thoughts or questions in the comments below!

No comments

Theme images by mammuth. Powered by Blogger.