Is MFC only available with Visual Studio, and not Visual C++ Express?

c++, mfc, visual-studio-express

Solution

Now there exists a solution to this problem, for all the people want to use a free version.

Visual Studio Community 2013 comes with the MFC (Microsoft Foundation Classes) included. Download link: https://www.visualstudio.com/products/visual-studio-community-vs

Edit: Visual Studio Community 2015 is now also released.

Problem

Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?

Original source