LoginSignup
0
0

【UE5】プロジェクトの作成も「Generate Visual Studio project files」も出来ない時の対処法

Last updated at Posted at 2024-04-02

遭遇した問題

UE エディタからプロジェクトを作成しようとしたり、「.uproject」ファイルから「Generate Visual Studio project files」をしようとしたら下記のエラーが発生する。

Running C:/Program Files/Epic Games/UE_5.1/Engine/Build/BatchFiles/Build.bat  -projectfiles -project="C:/Users/model/Documents/Unreal Projects/MyProject2/MyProject2.uproject" -game -rocket -progress
Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" -projectfiles -project="C:/Users/model/Documents/Unreal Projects/MyProject2/MyProject2.uproject" -game -rocket -progress
You must install or update .NET to run this application.

App: C:\Program Files\Epic Games\UE_5.1\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
8.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=win-x64&os=win10

対処法

  • こちらから「.Net Core 6.0.0(X64)」をダウンロードする( X84 では上手く行かなかったため X64 がお勧め)
  • Visual Studio に必要なコンポーネントが全て入っているか確認する
    (Visual Studio に入れなければならないコンポーネントはこちらを参照)
  • PC と UE を再起動する
  • UE のエンジンを再インストールする

その他

参考記事

最後に

株式会社ModelingXについて

image.png

富山県を拠点とするスタートアップ企業、ModelingXは、2022年4月に創業し、「テクノロジーで感動体験を提供する」というミッションを掲げています。当社が開発中の暮らし体験メタバース「MELIFE(ミライフ)」は、バーチャル住宅展示場や銀行相談、家具購入、婚活などができる「地域単位の新たな経済圏」を目指しています。

↓サービスサイトはこちらから↓

ModelingXはリモートワーク&フレックスタイム制を完備。
UnityやUEを共に探求する仲間を全国から募集しています。

↓企業詳細はこちら↓

0
0
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
0