UE5.4 Release 源码构建的坑

UnrealEngine\Engine\Plugins\Enterprise\DatasmithContent\Source\DatasmithContent\Public\DatasmithAssetUserData.h(26): error C2065: 'UDatasmithObjectTemplate': undeclared identifier

报错类似

复制代码
UnrealEngine\Engine\Plugins\Enterprise\DatasmithContent\Source\DatasmithContent\Public\DatasmithAssetUserData.h(26): error C2065: 'UDatasmithObjectTemplate': undeclared identifier

查到

https://forums.unrealengine.com/t/unreal-engine-5-4-4-building-from-source-error/2000667/2

于是发现我这里都有提示

于是安装 MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)

重新构建之前记得 Clean,因为这是构建配置方面的错误,构建设置写在 makefile 里面,如果不清除构建的话,那么就会沿用上一次的构建设置

相关推荐
远离UE44 小时前
UE5 Simulation Stage
ue5
吴梓穆6 小时前
UE5学习笔记 FPS游戏制作38 继承标准UI
笔记·学习·ue5
蛋卷卷-6 小时前
【UE5】发现意外的文件尾解决方法
ue5
吴梓穆8 小时前
UE5学习笔记 FPS游戏制作37 蓝图函数库 自己定义公共方法
笔记·学习·ue5
吴梓穆8 小时前
UE5学习笔记 FPS游戏制作41 世界模式显示UI
笔记·学习·ue5
Zhichao_9710 小时前
【UE5 C++课程系列笔记】33——商业化Json读写
c++·ue5
吴梓穆10 小时前
UE5学习笔记 FPS游戏制作35 使用.csv配置文件
笔记·学习·ue5
Dawn·张1 天前
UE小:在Unreal Engine 5中实现多层静态网格体遮挡拾取
ue5
lalapanda2 天前
UE5学习记录 part13
学习·ue5
lalapanda2 天前
UE5学习记录part12
学习·ue5