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
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
一、錯(cuò)誤內(nèi)容
Engine modules are out of date, and cannot be compiled while the engine is running
二、吐槽
由于沒有仔細(xì)分析,特么又花了半天去編譯源碼,結(jié)果還是不行。這時(shí)候我冷靜了。上網(wǎng)找了下資料。仔細(xì)分析了下。
可能是需要我用IDE進(jìn)入。
資料入口:[solved] upgrade c++ project from ue 4.24 to 4.25 under Linux - Programming & Scripting / C++ - Unreal Engine Forums
解決方法:
1.右鍵項(xiàng)目啟動(dòng)文件,將引擎版本切換到剛剛編譯好的引擎。
2. 使用VS2019打開項(xiàng)目。
3.在項(xiàng)目 xxx.Target.cs 文件中加入?
DefaultBuildSettings = BuildSettingsVersion.V2;
4.最后啟動(dòng)項(xiàng)目,就解決了!!!?
總結(jié)
以上是生活随笔為你收集整理的UE4.27 源码引擎打开项目报错 Engine modules are out of date, and cannot be compiled while the engine is running的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: idea配置jdk8步骤
- 下一篇: IDEA中Free Mybatis pl