I\'m using Visual Studio 2015 Community.
So, I created a blank UW App (C++) and I wanted to start looking around, because that\'s my first time using the XAML Designer.
You're probably using static resources or theme resources (for brushes or something like that) that aren't used by Windows 10 UAPs. Try removing the static resources from your XAML files and see if your app works.