【问题标题】:UE4 can not compile c++ project with vs2017UE4无法用vs2017编译c++项目
【发布时间】: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


    【解决方案1】:

    虚幻引擎 4 需要 Windows 工具包 8.1。您需要通过 Visual Studio 2017 附带的 Visual Studio Installer 安装它才能编译您的代码。看起来您正在尝试使用 Windows SDK 10。

    【讨论】:

      猜你喜欢
      • 2018-02-09
      • 2017-08-21
      • 1970-01-01
      • 1970-01-01
      • 2012-11-08
      • 2018-11-15
      • 1970-01-01
      • 2016-02-24
      • 1970-01-01
      相关资源
      最近更新 更多