why microsoft visual studio doesn't let me choose my project destination?

旧城冷巷雨未停 提交于 2021-01-28 06:49:50

问题


My Microsoft Visual studio doesn't let me choose location and solution name of my project when I want to make a new project in C++. I've attached the picture which shows that I don't have the option for choosing the destination. pls help


回答1:


I haven't had this problem specifically, but have had other problems with Visual Studio 2017 where certain features cease to work correctly.

NOTE: this will cause Visual Studio to do essentially a sort of "factory reset".

  1. In File Explorer, browse to "C:\Users\<username>\AppData\Local\Microsoft\VisualStudio".

  2. Observe that there is a "15.0" folder, as well as several additional folders like "15.0xxxxxx".

  3. Keep the "15.0" folder, but delete (or rename or move if you want to be cautious) the other "15.0xxxxxx" folders.

Again, note that this will reset ALL of your custom settings including your login credentials for VS (but is a lot more convenient and faster than reinstalling).



来源:https://stackoverflow.com/questions/48236050/why-microsoft-visual-studio-doesnt-let-me-choose-my-project-destination

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