【发布时间】:2016-08-18 23:07:12
【问题描述】:
当我在 ue4 中创建一个新的 c++ 项目时(版本无关紧要,因为大多数 4.8-4.11 存在同样的问题)它给了我:
以下模块缺失或使用不同的引擎版本构建:UE4Editor-test.dll 你想现在重建它们吗?
我按是,它给了我: 无法编译测试。请尝试手动从源代码重建。
当我在 VS2015 中构建“源”时,我得到 :MSB3073 命令 ""C/:Program Files (x86)\Epic Games\4.11\Engine\Build\BatchFiles\Rebuild.bat" testEditor Win64 Development "C:\Users\usr\Documents\Unreal Projects\test \test.uproject" -waitmutex -2015" 以代码 255 退出。
所以我无法在编辑器中打开为 C++(没有蓝图)制作的项目。
任何帮助表示赞赏!
【问题讨论】:
标签: c++ unreal-engine4