I`ve created a new project of a windows 8 application. I want to create it with c#/xaml. I'm creating project and than I press F5 and I get
The "CompileXaml" task failed unexpectedly.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Windows.UI.Xaml.Build.Tasks.CompileXaml.CheckForDesignTimeBuildMode()
at Microsoft.Windows.UI.Xaml.Build.Tasks.CompileXaml.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext()
I didn`t change anything. Same thing happens when I chose BlankTemplate, SplitTemplate, GridTemplate.
Dunno what to do