I think this is related to the *.csproj.user file somehow getting corrupted by VS.
I had this exact problem along with some knock on complaints about not resolving a ViewModel binding (which was working fine previously without changes).
Solution for me was to: close down VS, delete the associated *.csproj.user file, relaunch VS, and perform a rebuild.