【发布时间】:2018-08-29 09:58:20
【问题描述】:
所以当我开始在ue4.20.2和vs2017下创建c++项目时,出现错误:
> ERROR: UnrealBuildTool Exception:
> Unable to find path to the Windows
> resource compiler under C:\Program
> Files (x86)\Windows Kits\10 (version
> 10.0.16299.0)
我发现我的 vs2017 没有 10.0.16299.0 版本的 sdk(我有 10.0.10240.0 和 10.0.17134.0)。我该怎么做(如何指定 sdk 版本)?
【问题讨论】:
标签: c++ visual-studio unreal-engine4