Hey, my team and I are working on MonoGame, from the Cross platform template. Everything works fine on their machine, but when I try to open the project on mine using VS 2019 (v16.10), I get an error saying that the namespace XNA doesn’t exist in the namespace Microsoft.
I checked NuGet packages, everything seems to be alright on that side
Can someone help ?
Hi @Vihaisse , Welcome to the Community!
Take a look here if it helps maybe:
Fixing the templates issue in 3.8Nuget
This is a repost of a thread post for easier discovery.
Originally posted in my guide’s thread:
So, I accidently stumbled across a fix for this issue the other day. I will try to keep this one short, no promises.
Modify your VS setup and ensure you have the following selected:
Windows 10 SDK 10.0.18362.0
Around 720MB when I downloaded it.
[image]
You might still see your list looking like this:
[image]
How I came across this fix:
When I chose a U…
Happy Coding!
1 Like
willpea
September 28, 2021, 9:21am
4
Hey im the same as Vihasisse and i have the windows 10 SDK installed like you said as well but I’m still getting the same issues?
Have you tried building yet?