求解 ue4 64-bit打包失敗

UATHelper: Packaging (Windows (64-bit)): ERROR: Visual Studio 2015 must be installed in order to build this target.

UATHelper: Packaging (Windows (64-bit)): ERROR: Command failed (Result:5): C:\Program Files\Epic Games\UE_4.19\Engine\Binaries\DotNET\UnrealBuildTool.exe MyProject3 Win64 Development -Project=C:\Users\USEr\Desktop\MyProject3\MyProject3.uproject C:\Users\USEr\Desktop\MyProject3\MyProject3.uproject -NoUBTMakefiles -remoteini="C:\Users\USEr\Desktop\MyProject3
" -skipdeploy -noxge -NoHotReload -ignorejunk. See logfile for details: ‘UnrealBuildTool-2019.01.06-04.04.16.txt’

PackagingResults: Error: Visual Studio 2015 must be installed in order to build this target.
PackagingResults: Error: Command failed (Result:5): C:\Program Files\Epic Games\UE_4.19\Engine\Binaries\DotNET\UnrealBuildTool.exe MyProject3 Win64 Development -Project=C:\Users\USEr\Desktop\MyProject3\MyProject3.uproject C:\Users\USEr\Desktop\MyProject3\MyProject3.uproject -NoUBTMakefiles -remoteini=“C:\Users\USEr\Desktop\MyProject3” -skipdeploy -noxge -N
oHotReload -ignorejunk. See logfile for details: ‘UnrealBuildTool-2019.01.06-04.04.16.txt’
PackagingResults: Error: Unknown Error

求解

你好,log里显示的错误你有去检查吗?

ERROR: Visual Studio 2015 must be installed in order to build this target.

你是否有安装vs2015?

这个问题之前我碰到过,我记得默认状态下 VS2015 是不会装 C++ 模块的,需要手工勾选上
可以检查一下 VS2015 的配置里面是否有勾上了 C++ (也不知道微软是怎么想的)