0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UE5において "「プロジェクト名」could not be complied. Try rebuilding from source manually"と出た時の対処法。

Posted at

動作環境

Unreal Engine 5.4.4
Visual Studio 2022

問題

UE5でプロジェクトを開く際に "「プロジェクト名」could not be complied. Try rebuilding from source manually"と出てしまい、プロジェクトを進めることができなくなってしまいました。

解決方法

1. UE4プロジェクトから.slnを生成する

  1. エクスプローラーで.uprojectファイルを右クリック
  2. 「Generate Visual Studio project files」を選択
  3. .slnファイルが生成される

2. Visual StudioからUnreal Engineを開く

  1. Visual StudioでBuild Solutionを行う。このときにエラーがあるとうまくいかない。
  2. Start Without Debuggin(Ctrl+F5)でUnreal Engineのプロジェクトwが開く。

参考文献

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?