Hi,
I have a working Android Project with a .Droid-Solution and a SharedProject. Now, I just added a blank Windows 10 Universal Solution and did the instructions here: http://developer.xamarin.com/guides/xamarin-forms/platform-features/windows/installation/universal/
Anyway... I did nothing else. Just followed the guid and tryed to start the Windows 10 Universal app, but I get this error: "CS0103 C# The name 'InitializeComponent ' does not exist in the current context."
I googled a few times, but didn't find something that helps.
I also tryed the example here: https://github.com/jamesmontemagno/Hanselman.Forms with the same error.
Does someone know this error with Windows 10 Universal Apps?