Want to make a high end game

Can anyone tell me whats wrong with the free express versions?
[62 byte] By [Slyr133] at [2008-2-4]
# 1
There's nothing "wrong" with them at all. I'm going to assume that you're talking about the C++ version, but this answer applied to all "Express" versions, really.

The complete FAQ is here: http://lab.msdn.microsoft.com/express/faq/default.aspx

In a nutshell though, the Visual C++ Express Edition product is a perfect tool for those of you developing DirectX applications at home. It contains the full optimizing C++ compiler, plus powerful features like Intellisense. The Express products are currently free to download. We've also created the Express products to be 50mb in size or less, making the download relatively painless for those of you on a broadband connection.

I encourage you to check out the Visual C++ Express Edition Beta today!

DavidWeller at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 2
I downloaded the C++ Express Edition Beta and I have been having trouble right from the start. How do I fix this?
fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
I tried downloading the platform SDK from microsoft and it didn't even want to install...
Receev at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 3
Ok thanks a lot!
Slyr133 at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...