i have installed the Visual Studio 2015, but there is no C++ Project.?

前端 未结 3 1658
一整个雨季
一整个雨季 2021-01-14 14:53

I am facing problem, I want to write c++ code in visual studio 2015, but I can\'t create c++ project because there is no c++ template in the New Project window.

I a

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-14 15:01

    The VS2015 installer does not install C++ by default.

    Since you already have Visual Studio installed, you can modify the existing install.

    1. On Control Panel->Programs and Features (or run appwiz.cpl) find and run the Installer for Visual Studio 2015.
    2. Wait for Installer dialog to load.
    3. Click the Modify button on the bottom of the installer dialog.
    4. On the Features Tab, expand Programming Languages.
    5. Select Visual C++.
    6. Click the UPDATE button on the bottom right.

    That should do it. You may have to insert the install media or suffer through a download, but these days Windows caches the installer info so everything needed may already be present on your system.

提交回复
热议问题