I am currently working on a Workflow dll in VS2012 c#. At some point my intellisense in that projected decided to stop working. It does not auto come up but it opens when I use the keyboard shortcut. NOW even when it opens with the keyboard shortcut it doesn't work. By that I mean it doesn't pick up anything thing I added aka. my references to other DLLs, folders in the solution containing workflow.xamls, usings etc.
I decided to test it in a new clean project, it worked for a bit then suddenly 3 workflows in it just did the same thing. Doesn't pick up the workflow or any of my added classes.
Screen shots;
I have tried a lot of different possible fixes:
Refreshing cache (crtl shift r if i recall correctly)
Deleting %AppData%\Microsoft\VisualStudio\11.0\ReflectedSchemas
Resetting settings to default
Checking if its enabled (intellisense)
Restart VS
Restart laptop
Any ideas? I really need some help on this.
EDIT Tested the project on another pc and it does the same. Problem seems to be with the solution/project.