How do you create MFC applications with Visual Studio express '08?
Asked
Active
Viewed 674 times
1 Answers
3
Visual C++ 2008 Express Edition does not support MFC. You need at least the Standard or Professional edition of Visual Studio. Refer to this page for a comparison of the various editions.
If you want to develop native Windows GUI aplications using the Express Edition, you could consider using WTL. See this question for more information.