So I'm pretty new to game development and have had experience with C# in the past. I got MonoGame downloaded and installed without issue, but when trying to get the content pipeline through XNA, I came upon this error:
A problem was encountered creating the sub project 'GameName1Content'. The project file 'C:\Users\Owner\AppData\Local\Temp\hvxmt0wt.ypt\Temp\GameName1Co.csproj\ cannot be opened.
There is a missing project subtype.
Subtype: '{6D335F3A-9D43-41b4-9D22-F6F17C4BE596}' is unsopported by this installation.
Now honestly, I have no clue what I'm doing when using XNA or MonoGame. I've been following the tutorials, downloaded the script and used it and it seemed to install without a hitch, but it's only when I try to add a new project to the game that I encounter this issue. Any help would be appreciated!
-Stephen