So I’m using Visual Studio Community 2017 and MonoGame 3.7.1
All templates load fine, and Im able to start any thats not the problem.
Im following the documentation about setting up a new project.
But I cant get the thing to run (the simple blue screen). It keeps erroring out with the following error:
Severity Code Description Project File Line Suppression State
Error The command ““C:\Program Files\MSBuild\MonoGame\v3.0\Tools\MGCB.exe” /quiet /platform:DesktopGL /@:“C:\Users\Joshua\source\repos\TestMonogame\TestMonogame\Content\Content.mgcb” /outputDir:“bin\DesktopGL\Content” /intermediateDir:“obj\DesktopGL\Content”” exited with code -1. TestMonogame`
This same error occurs for both Cross Platform and Just windows templates. Any help in the right direction would be greatly appreciated.