您的位置:首页 > 其它

Visual Studio 2015 升级到Update 3后Unreal无法编译的解决方案

2016-06-30 20:39 543 查看
VS 2015升级到Update 3后,Unreal编译时会出现4599错误,原因是VS 2015 RC3中有以下更新:

“When using PCH files, mismatched -I include directories to the compiler between -Yc and -Yu compilations will now produce a new warning. C4599”

解决方案:

在工程中找到WindowsPlatformCompilerSetup.h,在warning列表中把4599删除,这样就可以避免4599的错误提示并成功编译了。

参考:

https://answers.unrealengine.com/questions/435600/build-failed-with-vs-2015-update-3.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  visual studio unreal