Cannot open include file 'afxwin.h':no such header fileor directory in vs 2013 c++

Koundinya Poluri picture Koundinya Poluri · Mar 12, 2015 · Viewed 13.1k times · Source

So,I am trying to port some old code to newer version of vs so I imported the sln of the project into my vs 2013 and I get this error and some others and I have gone through some of the other questions on this forum.So I understand that this has something to do with MFC(microsoft foundation classes) but all of them talk about vs 2010 express edition which doesn't include MFC module.I am currently using vs 2013 community edition which is supposed to have full feature access of vs.Still I get this error so please help!!

Thanks!

Answer

Raman Sharma picture Raman Sharma · May 21, 2015

While installing Visual Studio 2013, you need to select the MFC option:

enter image description here