简体   繁体   中英

UE4 can not compile c++ project with vs2017

So when i start to create a c++ project under ue4.20.2 and vs2017,there is a error:

> 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)

And i find my vs2017 haven't the 10.0.16299.0 version sdk(I have 10.0.10240.0 and 10.0.17134.0).How can i do for this(how to specify the sdk version)?

Unreal Engine 4 requires Windows Kits 8.1. You need to install it via Visual Studio Installer that come with Visual Studio 2017 in order to compile your code. And it looks like you are trying to use Windows SDK 10.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM