1 IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1 IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds相关的知识,希望对你有一定的参考价值。

我在做MFC时遇到过这个问题,解决方法如下:

修改设置:工程(Project)-> 属性(Properties)-> 配置属性(Configuration Properties)-> c/c++-> 代码生成(Code Generation)->运行库(Use run-time library)->多线程调试DLL(/MD)
参考技术A 这是一个VS2010的BUG。
不用管它,不影响使用。
详见:http://connect.microsoft.com/VisualStudio/feedback/details/650507/intellisense-error-directive-please-use-the-md-switch-for-afxdll-builds
参考技术B 我也遇到这个问题 了 VS 2010

以上是关于1 IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds的主要内容,如果未能解决你的问题,请参考以下文章

c++错误

MFC:CSting IntelliSense:没有重载函数的实例

如何摆脱“Intellisense:没有合适的转换函数从“std::string”到“std::string *”存在”错误?

关于IntelliSense: "const char *" 类型的实参与 "char" 类型的形参不兼容问题

Javascript Intellisense 消息:JS Intellisense:Internal/(1:0) : Function expected

jquery-2.1.1.intellisense.js 文件有啥用