I am a teacher and have followed a book to make some lessons.
We have used Windows game (Windows game(4.0)-template).
On Windows you have the “Extra project” for content. I´ve tried to use the Monogame Windows OpenGL project. There is a content-folder but I couldn´t get it to work using that instead.
Get Content.ContentLoadException. Put a folder in Content and tried this in load:
ship_texture = Content.Load(“Content/Images/Player/ship”);
//ship_texture2 = Content.Load(“images/Player/ship”);
ship is a png-image.