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

相关推荐
directx3d_beginner1 天前
25,怪物受伤害和受力
ue5
directx3d_beginner2 天前
23,怪物血量改为C++
ue5
远离UE42 天前
UE5 compute shader 原子加
开发语言·c++·ue5
朗迹 - 张伟2 天前
UE5.7 PCG从入门到精通系列课程【第一课:基础介绍】
ue5·pcg
directx3d_beginner3 天前
22,攻击检测改为C++
ue5
HAPPY酷5 天前
【ROS2】 机械臂架构 vs UE5 游戏开发架构 终极对照表
架构·ue5
DoomGT5 天前
UE5 - 制作游戏中切换窗口后游戏自动暂停功能
游戏·ue5·ue4·虚幻·虚幻引擎·unreal engine
远离UE47 天前
UE5 World Partition
ue5
远离UE48 天前
UE5 简单 Mesh Shader 制作流程
ue5
梦帮科技9 天前
UE5 GAS 实战:用 Gameplay Ability System 搭建「赛博修真」境界与技能体系
c++·人工智能·python·ue5·c#