I've just installed a brand new version of Visual Studio 2017. I attempted to create a new cross-platform app using Xamarin.forms, and I instantly have errors
Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) App1.UWP C:...\Visual Studio 2017\Projects\App1\App1\App1\App.xaml.cs 1 Active
I am not sure what to do. I tried restarting- basic things like that. I couldn't get anything to work. Does anyone know why I might not have access to something as simple as System? It says it occurs in the project 'App1.UWP'
Thanks