错误报告为 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的解决办法

 

相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-12-10
  • 2022-02-17
  • 2021-11-11
  • 2021-10-24
  • 2021-09-28
猜你喜欢
  • 2021-04-30
  • 2021-11-13
  • 2021-12-25
  • 2021-08-23
  • 2021-05-05
  • 2022-12-23
相关资源
相似解决方案