So I'm working on a Xamarin project and suddenly Visual studio 2015 started freaking out it shows error red lines under every thing nearly for example :
InitializeComponent();
in every page is red lined ,the project builds and runs without error, the errors are coming from Intellisense only I looked for a solution on the net many posts talked about this issue but none had a working solution for me.
so here is what I tried:
1)deleting the .suo file
2)deleting xamarin temp folder (and eventually I deleted everything in the temp folder)
3)Build/Clean - Build/Rebuild
4)tried to locate the sdf Intellisense file but found none
5)many talked about reshaper problems but I don't have it.
6)the project is not on git so this also is not the problem
7) tried to delete the /bin and /obj also with no luck
I'm getting crazy about this can someone help with this one?