当前位置: 首页 > news >正文

UE小:UE5.3无法创建C++工程

当您在使用Unreal Engine (UE) 构建项目时,如果遇到以下问题:

Running C:/Program Files/Epic Games/UE\_5.3/Engine/Build/BatchFiles/Build.bat -projectfiles
-project="C:/UEProject/Shp\_1/Shp\_1.uproject" -game -rocket -progress Using bundled DotNet SDK version: 6.0.302 Running
UnrealBuildTool: dotnet "....\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" -projectfiles
-project="C:/UEProject/Shp\_1/Shp\_1.uproject" -game -rocket -progress Log file:
C:\Users\Administrator\AppData\Local\UnrealBuildTool\Log\_GPF.txt Some Platforms were skipped due to invalid SDK setup:
IOS, Android, Linux, LinuxArm64. See the log file for detailed information Generating VisualStudio project files:
Discovering modules, targets and source code for project... Microsoft platform targets must be compiled with Visual
Studio 2022 17.4 (MSVC 14.34.x) or later for the installed engine. Please update Visual Studio 2022 and ensure no
configuration is forcing WindowsTargetRules.Compiler to VisualStudio2019. The current compiler version was detected as:14.29.30154

image

请按照以下步骤进行操作以解决此问题:

  1. 下载指定的编译工具: MSVC v143 VS 2022 C++ x64/x84 build tools (v14.36-17.6)
  2. 尝试回退版本: 如果更新编译工具未能解决问题,您也可以尝试回退到旧版本的编译工具。

image.png

http://www.lryc.cn/news/331341.html

相关文章:

  • FFmpeg获取视频详情
  • find: paths must precede expression
  • RabbitMQ3.x之九_Docker中安装RabbitMQ
  • vue快速入门(四)v-html
  • 第19次修改了可删除可持久保存的前端html备忘录:换了一个特别的倒计时时钟
  • C++ 2024-4-1 作业
  • 【滑动窗口】Leetcode 串联所有单词的子串
  • golang channel实践代码及注意事项
  • 面试题:RabbitMQ 消息队列中间件
  • wpf中引用自定义字体
  • 高效准确!指甲剪盖片视觉检测技术解密
  • 分布式IO模块PLC扩展模拟量模块
  • Qt事件系统
  • C++STL--排序算法
  • CEF的了解
  • 基于OrangePi Zero2的智能家居项目(开发阶段)
  • 数据结构记录
  • 从零到一:基于 K3s 快速搭建本地化 kubeflow AI 机器学习平台
  • kettle使用MD5加密增量获取接口数据
  • PS入门|黑白色的图标怎么抠成透明背景
  • android 14 apexd分析(2)apexd 启动
  • 微信小程序怎么制作?制作一个微信小程序需要多少钱?
  • WPS二次开发专题:如何获取应用签名SHA256值
  • Flink SQL系列之:基于Flink SQL查询Topic中序列化的Debezium数据格式字段
  • 【WPF应用30】WPF中的ListBox控件详解
  • Chatgpt掘金之旅—有爱AI商业实战篇(二)
  • AGI时代,LLM可以在AutoML哪些环节进行增强?
  • 算法练习—day1
  • 关于ansible的模块 ③
  • Spring Boot--文件上传和下载