UE4.27 源码引擎打开项目报错 Engine modules are out of date, and cannot be compiled while the engine is running

UE4.27 源码引擎打开项目报错 Engine modules are out of date, and cannot be compiled while the engine is running,第1张

一、错误内容

Engine modules are out of date, and cannot be compiled while the engine is running

二、吐槽

由于没有仔细分析,特么又花了半天去编译源码,结果还是不行。这时候我冷静了。上网找了下资料。仔细分析了下。

可能是需要我用IDE进入。

资料入口:[solved] upgrade c++ project from ue 4.24 to 4.25 under Linux - Programming & Scripting / C++ - Unreal Engine Forums

解决方法:

1.右键项目启动文件,将引擎版本切换到刚刚编译好的引擎。

2. 使用VS2019打开项目。

3.在项目 xxx.Target.cs 文件中加入 

DefaultBuildSettings = BuildSettingsVersion.V2;

4.最后启动项目,就解决了!!! 

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/788956.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-05
下一篇2022-05-05

发表评论

登录后才能评论

评论列表(0条)

    保存