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

前端 未结 4 1027
时光说笑
时光说笑 2021-01-11 11:30

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?

4条回答
  •  一生所求
    2021-01-11 11:56

    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.

提交回复
热议问题