cannot open source file “afxwin.h”/“afxext.h”/“afxdisp.h”/“afxdtctl.h”/“afxcmn.h”/afxdisp.h etc

后端 未结 3 1001
无人共我
无人共我 2021-02-20 02:16

I try to ran a previous written MFC c++ code on my visual studio 2015 MFC with multitype MFC library installed.

However, I still have 12 errors here regarding missing f

3条回答
  •  难免孤独
    2021-02-20 03:14

    I just fixed a similar problem. Here's how you can resolve this.

    1. Go to your control panel
    2. Navigate to uninstall/change a program.
    3. Scroll down until you see your visual studio installation
    4. Click change
    5. Once the window pops up, click "Modify"
    6. Under Programming Languages -> Visual C++ Make sure "Microsoft Foundation Classes for C++" is checked. If it isn't select it and click update.

提交回复
热议问题