Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find C++ project templates after installing Visual Studio 2015

After installing Visual Studio 2015, when I go to File -> New Project, I cannot find any project templates related to Visual C++. How can I get them?

like image 859
Raman Sharma Avatar asked Jul 20 '15 17:07

Raman Sharma


2 Answers

You can add the missing templates by:

  1. Go to File(in visual studio).
  2. Select New project.
  3. Under Templates Select Open Visual Studio Installer.
  4. Now you can add any component.

Works on Visual Studio 2017. Don't know about others.

like image 151
Nandesh Avatar answered Oct 23 '22 13:10

Nandesh


If you have an MSVS update 3 installed then you may have face with one of the problem of this update. See more here Visual Studio 2015 Update 3 Known Issues. Here is a quote from this document

In some cases, applying Update 3 can cause the optional feature selections for Visual C++ (e.g. Common Tools for Visual C++ 2015) to become deselected and uninstalled.

like image 28
Coreman Avatar answered Oct 23 '22 11:10

Coreman