错误提示:fatal error C1083 无法打开包括文件afxcontrolbars h No such file or directory
这个是因为没有安装vs2008的 sp1补丁
微软官方的解决方法是:
Ribbon stuff wasn't added to the MFC until the TR1/MFC feature pack. If you are installing on a base VS2008 install then you won't be able to find it.
The easiest thing to do is get the service pack for VS2008 (found here) and install that. You will have everything available to you then and your project should build. I have actually installed a fresh copy of VS without SP1 and this header file was missing, so it is definitely added with the feature pack or SP1. So as I said, get SP1 and install that.
本文详细解释了在安装vs2008 SP1补丁后遇到错误C1083无法打开包括文件afxcontrolbarshNosuchfile or directory的问题,并提供了微软官方推荐的解决方案:获取并安装VS2008的SP1补丁以确保所有可用组件,从而顺利解决问题。
174

被折叠的 条评论
为什么被折叠?



