How can I install the XNA framework ins Microsoft Visual Studio 2017?

2.2k views Asked by At

I'm starting to learn programming and now I want to try to make some simple games. I would like to use the XNA framework in Visual Studio 2017 but I don't know how to include it in Visual Studio.

I installed the XNA framework 4.0 version.

The Xna framework should be included in Visual Studio, at the moment it isn't.

2

There are 2 answers

1
Usama Kiyani On BEST ANSWER

here is the guide to do this you need this installer to do so http://flatredball.com/visual-studio-2017-xna-setup/

2
Fy Z1K On

If you're starting to learn how to programm games i would very much recommend you unity in front of xna. It's more Lightweight to understand for beginners and there are tons of tutorial related to unity, game development techniques and c# in general!

Else i would check the installation options of your VS Installation or download the XNA SDK directly and install it as an MSI. AFAIK Microsoft does have a xna setup somewhere.

Happy coding :)