VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll ve

Posted 小大大小

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll ve相关的知识,希望对你有一定的参考价值。

VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version

先选择“解决方案管理器”,

然后按如下路径:

项目-》属性-》C/C++-》代码生成-》运行库,

将“多线程调试DLL(/MDd)”改成“多线程(/MT)”或“多线程调试(/MTd)”。

以上是关于VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll ve的主要内容,如果未能解决你的问题,请参考以下文章

vs2017编译项目报错:Microsoft.Cpp.Clang.targets(212,5): error MSB6006 处理方法

VS2017错误:无法完成操作

VS2010出现FileTracker : error FTK1011编译错误的解决办法

error C1010:在查找预编译头文件时遇到意外的文件结尾——————vs错误

VS编译链接时错误(Error Link2005)的解决方法

vs2008编译错误:error C2146: 语法错误 : 缺少“;”(在标识符“name”的前面)