LoginSignup
0
1

More than 1 year has passed since last update.

[UnrealEngine5] プロジェクトファイルの作成時にエラー

Last updated at Posted at 2022-04-08

作成日:2022/4/8

こんにちは、dogadogaです。

エラー内容

UE5でプロジェクトを作ろうとしたらこんなエラーが出ました。

プロジェクトファイルの作成時にエラーが発生しました

Running D:/Program files/Epic Games/UE_5.0/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe  -projectfiles -project="D:/Unreal Projects/MyProject/MyProject.uproject" -game -rocket -progress
Log file: C:\Users\hogehoge\AppData\Local\UnrealBuildTool\Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: Android, Linux, LinuxArm64.
See the log file for detailed information

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.

一番最後に「ver 4.6.0以上の.NET Framework SDKをインストールせよ」と書いてあります。

解決手順

.net framework sdkで検索すると出てくるDownload .NET Framework 4.8 | Free official downloadsを開きます。

image.png

ここにあるDeveloper packをクリックするとインストーラがダウンロードされます。

ndp48-devpack-enu.exeを起動して.Net Framework SDK をインストールします。

インストールが完了したら再度プロジェクト作成をします。

image.png

無事プロジェクトが開けました!

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1