I am developing using VS2013 for WinRT and have a really annoying problem with the editor. Regularly I get the red wavy line under properties and objects e.g. InitializeComponent. Also the c# code behind editor intelisense does not recognise any properties I have in my XAML file
I have to clean the solution and build it a few times to get rid of the problem
Anyone know how to fix this?
Mal