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- Click File menu
- From the list click New
- From the sub-list click and select Project
- Select Visual C++
- Select Empty Project
- Give a Name to your project for e.g. Project1
- Click Ok Button
- Click Project menu
- Click Add New Item
- Click Visual C++
- Select File C++(.cpp)
- Give a Name to your new Added item for e.g. source
- Click Add Button
On the window that displays next:
On the next window:
On the next window:
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!

Post a Comment