Visual Studio not saving startup project and solution config

前端 未结 2 1930
一向
一向 2020-12-21 06:45

I\'ve got a C++ solution that always forgets the solution config(debug vs release etc), and startup project when opened.

On startup it always defaults back to debug

2条回答
  •  粉色の甜心
    2020-12-21 07:22

    This information is stored in a .suo file. In VS 2015 this file is stored in a hidden .vs directory along the solution file (.vs\solution_name\v14\.suo). You can try to delete this file in case it is corrupted.

提交回复
热议问题