MFC - #error include ’stdafx.h’ before including this file for PCH
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
如果沒有定義__AFXWIN_H__,編譯時就報錯“error :include 'stdafx.h' before including this file for PCH”
#error include 'stdafx.h' before including this file for PCH
#endif
如果沒有定義__AFXWIN_H__,編譯時就報錯“error :include 'stdafx.h' before including this file for PCH”
posted on 2009-09-30 22:17 小默 閱讀(3061) 評論(1) 編輯 收藏 引用 所屬分類: Language

