VS2013 Cannot run new project: Game class unknown.

Hi.

I’m in need of some help to get started on Monogame with visual studio 2013.
When I create new Monogame windows project there are missing references, the Game class is unknown.

I have installed the Game for windows as well as the XNA framework and of course Monogame for visual studio.

I can’t find anything else to try, does anyone know what’s up ?

Thanks,

GuiKa.

First thing I notice is it seems to be getting confused by Game class and your local Evolution.Game namespace. Try changing the namespace and recompiling.

1 Like

Renaming the project worked, thank you ! I can’t believe it was that simple. I’ve created multiple project to test but I always named my project Game as an habit in C#.