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
使用BuildGraph編譯UE引擎,發(fā)生上述錯誤,解決辦法如下:
- 打開windows的“設置”;
- 查找“應用和功能”,打開;
- 搜索Windows Software Development Kit,點擊修改;
- 彈出的界面選擇change;
- 勾選Debugging Tools for Windows;
- 完成。