Installing Visual C++ Support
The instructions on this page apply for Visual Studio 2017. Click here to view instructions for VS2015.
In order to use VisualGDB with Visual Studio please install the Visual C++ for Desktop Development support as described below:
- Close all instances of Visual Studio.
- Run the Visual Studio Installer:
- Click "Modify":
- Select "Desktop development with C++":
- To reduce the installation size you can uncheck all "Windows SDK" components:
- Make sure that at least one "MSVC vXXX" build tools is being installed:
- Click "modify". Once the installation is complete, click "Launch":
Now VisualGDB should be able to create projects properly.