在使用ue4创建过c++类后,有时候运行项目时会出现这么一个提示框(解决方法在底部)
Could not be compiled. Try rebuilding from source manually.
成功后就会打开项目,但是失败后就会显示
Could not be compiled. Try rebuilding from source manually.
Could not be compiled. Try rebuilding from source manually. (图片中的CGame是我的项目名)
中文意思:无法编译。尝试从源手动重建。

编译失败的原因是:创建的c++类有错误
如图:Could not be compiled. Try rebuilding from source manually.
这时候只要打开c++编辑器找出并改正c++类中的错误就可以正常打开ue4项目了

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2022-01-08
  • 2021-04-19
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-06
  • 2021-08-08
  • 2021-10-16
  • 2022-01-22
  • 2022-12-23
相关资源
相似解决方案