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 里面,如果不清除构建的话,那么就会沿用上一次的构建设置

相关推荐
小美元1 天前
ue5 Arch vis AI traffic system 车辆系统添加不同种类的车
ue5
曼巴UE51 天前
UE5.3 C++ TArray系列(一)
开发语言·c++·ue5
成都渲染101云渲染66661 天前
从《黑神话:悟空》看UE5云渲染的爆发力--渲染101云渲染
ue5
程序趣谈2 天前
UE5中按钮圆角,设置边框
ue5·游戏引擎
爱写代码的山山5 天前
虚幻蓝图解决抗锯齿方案
游戏·ue5·游戏引擎·虚幻·抗锯齿化
Deveuper5 天前
UE5 Niagara 粒子远处闪烁解决
ue5
▍ 小太阳 ☼5 天前
UE5打组后GroupActor重命名不了
ue5
快下雨了L6 天前
UE5TSubclassOf模板,定时器的使用,SpawnActor函数的使用,SetStaticMesh函数的使用
ue5
Zhichao_976 天前
【UE5 C++课程系列笔记】30——自动拷贝DLL及其他资源
c++·ue5
Bluesonli7 天前
第 16 天:游戏 UI(UMG)开发,打造主菜单 & 血条!
学习·游戏·ui·ue5·虚幻·unreal engine