简体   繁体   English

我无法创建虚幻引擎 4 c++ 项目

[英]I am not able to create a unreal engine 4 c++ project

whenever i create a unreal engine 4 c++ project it throw this error每当我创建一个虚幻引擎 4 c++ 项目时,它都会抛出此错误


Running E:/program_files/UE_4.24/Engine/Binaries/DotNET/UnrealBuildTool.exe  -projectfiles -project="D:/Game Development/MyProject2/MyProject2.uproject" -game -rocket -progress
Discovering modules, targets and source code for project...
ERROR: Could not find NetFxSDK install dir; this will prevent SwarmInterface from installing.  Install a version of .NET Framework SDK at 4.6.0 or higher.


I have installed ue4 4.24 version and visual studio 2019 and game development with c++ is also selected during the installination of visual studio 2019. i downloaded .NET framework from microsoft website but when i install it says Your installination will not occur see below for reason why .NET Framework 4.8 or a later update is already installed on this computer.我已经安装了 ue4 4.24 版本和 Visual Studio 2019,并且在安装 Visual Studio 2019 期间还选择了使用 c++ 进行游戏开发。我从微软网站下载了 .NET 框架,但是当我安装它时说你的安装将不会发生,请参阅下面的原因 Z32063CBBEEF5890927.NET 框架此计算机上已安装 Framework 4.8 或更高版本的更新。 So what can i do Please Help Me !那么我能做什么请帮帮我! Thanks in Advance提前致谢

I had the same problem, when I tried downloaded .NET framework from microsoft website it said Your installation is not possible because .NET Framework 4.8 or a later update is already installed.我遇到了同样的问题,当我尝试从微软网站下载 .NET 框架时,它说您无法安装,因为 .NET 框架 4.8 或更高版本已安装。

This fix worked: https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/1697074-can-t-package-my-project-netfxsdk此修复有效: https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/1697074-can-t-package-my-project-netfxsdk

"crioto: Hello, As mentioned in the output. you need to install/update .NET Framework, You can do this by running Microsoft Visual Studio Installer, then click on "Modify" next to installed version of Visual Studio. switch tab to Individual Components and check latest version of .NET SDK.*" “crioto:您好,如 output 中所述。您需要安装/更新 .NET 框架,您可以通过运行 Microsoft Visual Studio 安装程序来执行此操作,然后单击已安装的 Visual Studio 版本旁边的“修改”。切换选项卡到单个组件并检查最新版本的 .NET SDK。*"

Modifying the VS Installer solved the Issue修改 VS Installer 解决了这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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