I recently changed my Windows 10 user account structure and signed in with a local Windows 10 account instead of my usual Microsoft account. Since this change, one of my asp.NET MVC5 projects will not load. It states that "The project requires user input. Reload the project for more information"
.
When I try to reload the project I get another error:
C:\Users\user\source\repos\repo-admin-xx\BookingSystem\BookingSystem.csproj : error : The project file could not be loaded. Root element is missing. C:\Users\user\source\repos\repo-admin-xx\BookingSystem\BookingSystem.csproj
The BookingSystem.csproj file is present in the above folder so I am not too sure what to do next. All ideas to help fix are appreciated