分类 Unreal 下的文章

报错信息:

ERROR: Unable to find installation of PDBCOPY.EXE, which is required to strip symbols. This tool is included as part of the 'Windows Debugging Tools' component of the Windows 10 SDK
 (https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk).

使用Visual Studio安装Windows 10 SDK无法解决,必须按照提示下载链接中的Windows 10 SDK安装包,然后安装即可。

1、下载源代码
2、如果下载的是压缩包,先解压缩,然后运行Setup.bat(Windows系统下)
该步骤会下载并安装很多依赖,该脚本支持多线程下载,建议使用多线程下载。从控制台执行命令,如:

setup.bat --threads=20

3、运行GenerateProjectFiles.bat来生成项目文件
4、双击UE4.sln(UE5.sln)使用Visual Studio打开项目
5、(重点)将解决方案配置设置为Development Editor,解决方案平台设置为Win64
6、右键单击UE4(UE5)目标并选择生成