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:

  1. Close all instances of Visual Studio.
  2. Run the Visual Studio Installer:
  3. Click "Modify":
  4. Select "Desktop development with C++":
  5. To reduce the installation size you can uncheck all optional features except "VC++ 2017 v141 toolset":
  6. Click "modify". Once the installation is complete, click "Launch":

Now VisualGDB should be able to create projects properly.