MFC/에러사항

MFC) 'afxcontrolbars.h': No such file or directory

tislqhf 2016. 10. 24. 09:25
반응형

오류] 'afxcontrolbars.h': No such file or directory


1] 일시적 해결

1. CWinAppEX를 CWinApp으로 변경

2. #include <afxcontrolbars.h>를 삭제


2] 영구적 해결

(Visual Studio 2008 SP1)

MFC의 리본 및 컨트롤 막대 지원하는 헤더파일로써 Visual Studio 2008 SP1 을 설치하면 해결 완료.


반응형