Visual Studio 2015 (community)- cannot create new project c++

℡╲_俬逩灬. 提交于 2020-01-06 06:55:16

问题


I want to create a new c++ (simple hello world) project in Visual Studio 2015. When i click on File > New > Project > Visual C++ > Win32 console Application > OK, the same popup (New project, as below screenshot) appears again and the project is not actually created. screenshot-

I have searched online and there seems no similar problems of this kind. I have also tried by un-checking the "Create directory for solution" but the problem seems to be there always. I have tried closing the VS2017 application and reopened it and tried again but the same problem occurs again and again.

PS 1: I have just installed visual studio 2017 and never worked on it before. PS 2: I have QT installed in my pc and been working on it. Is it conflicting with VS2017? If so, what is the solution then?

PS 3: I have followed this too, but wasn't helpful for me to get rid of this problem- Visual Studio 2015 failed to create and edit c++ projects.


回答1:


delete this directory C:\Users\User\AppData\Local\Microsoft\VisualStudio more than likely you have an older version conflict



来源:https://stackoverflow.com/questions/49333686/visual-studio-2015-community-cannot-create-new-project-c

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