In Visual Studio 2017 v15.7.1 I am getting the following error window when trying to load one of my projects:
And when I go to the path specified, inside the te
I found that you need to do two steps to resolve this issue:
.vs
folder at the solution level.bin
and obj
folders in all projects within the solution.I encountered the issue in Visual Studio 2017 v15.7.4 and the affected project/solution was created in v15.7.4, so it can occur without upgrading to a new version of Visual Studio.