【UE4】创建C++项目失败,找不到VS的解决办法

错误报告为 Unreal BuildTool Exception: Visual Studio 2015 must be installed in order to build this target.

【UE4】创建C++项目失败,找不到VS的解决办法

那么一定是缺少了下面必要的步骤之一:

  1. 使用Visual Studio Installer检查VS是否更新到最新版本
  2. 新建项目的名称不能包含中文,不能与类重名
  3. (重点)安装微软官方的Windows SDK 8.1(勾选VS中的sdk8.1不够)

下载地址:https://developer.microsoft.com/en-us/windows/downloads/sdk-archive

【UE4】创建C++项目失败,找不到VS的解决办法