It took me a long time to understand. Since I use SQLite for this project, I could no longer use the "Any CPU" configuration for this project (next to the debug / release drop-down list). I am setting up a new configuration, so ARM will be used in the phone version, and x86 will be used in the desktop version. This is when I started to see the problem.
To fix the problem, try switching between different configurations. Switching between "My user configuration β x64 β My user configuration" will usually clear it for me, but try switching a couple of times to different architectures if this does not work.
You need to do this only once when you open the project, and all your views will work correctly from then on (Intellisense and Design View specifically). I will update the question by including Visual Studio 2015 if I run into a problem there.
source share