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

相关推荐
Kang.Charles12 小时前
UE游戏性能优化归结(基于UE5环境)
游戏·ue5
吴梓穆13 小时前
UE5 Invideo 插件,拉取rtsp视频流
ue5
曼巴UE52 天前
Unlua 官方案例
c++·ue5·lua·ue
zhangzhangkeji2 天前
(29)UGameInstance 、UGameInstanceSubsystem 与 UGameState 的区别,一言
ue5
电子云与长程纠缠7 天前
UE5 两种方式实现蓝图编辑器下Tick
ue5
netcy7 天前
UE5 小部件 组合框(键)ComboBox (Key)
ue5
二DUAN帝9 天前
态势仿真推演系统 AFSIM+UE 架构选型
qt·ue5·afsim
maplewen.10 天前
【UE】GAS Gameplay Ability
ue5
帅_shuai_10 天前
UE5.6 Slate独立程序——初始化空白Slate环境
ue5
吴梓穆10 天前
UE5 c++ 模板函数
java·c++·ue5