Visual Studio 2017 Professional C++/CLI Missing

安稳与你 提交于 2019-12-12 09:37:25

问题


I can't understand why I can't find C++/CLI project type in to Visual Studio 2017. I just updated my Visual Studio, and now I can't create any more Windows Forms applications.


回答1:


The answer is solved in this visual studio community forum.

I copied the solution here for convenience:

Please make sure you have selected the component "C++/CLI support" in your installation;

  1. Please launch the "Visual Studio Installer"
  2. Modify your installed VS;
  3. You can find the component "C++/CLI support" under thw workload "Desktop development with C++"



来源:https://stackoverflow.com/questions/43298794/visual-studio-2017-professional-c-cli-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!