problem with <afxcontrolbars.h> in VS 2010
I cant figure out why my program refuse to build. it throws the error message - stdafx.h(36): fatal error C1083: Cannot open include file: 'afxcontrolbars.h': No such file or directory I am using windo开发者_C百科ws xp and vs2010, can you help me with that? thank you on advance.
If you migrate a project from VC2008 to VC2010, make sure to change 'Platform Toolset' (in 'Configuration Properties' -> 'General') from 'V90' to 'V100'.
精彩评论