以下のようなエラーメッセージが
unreal engineのc++でプロジェクトを作成する際に出てしまいます。
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Media/TP_Blank.png’: Skipping as it is in an ignored folder ‘Media’
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Media/TP_Blank_Preview.png’: Skipping as it is in an ignored folder ‘Media’
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank.Target.cs’: Renaming to ‘Source//MyProject2.Target’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_BlankEditor.Target.cs’: Renaming to ‘Source//MyProject2Editor.Target’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.Build.cs’: Moving to ‘Source/MyProject2/’ as it matched folder rename (‘Source/TP_Blank’->‘Source/MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.Build.cs’: Renaming to ‘Source/MyProject2//MyProject2.Build’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.cpp’: Moving to ‘Source/MyProject2/’ as it matched folder rename (‘Source/TP_Blank’->‘Source/MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.cpp’: Renaming to ‘Source/MyProject2//MyProject2’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.h’: Moving to ‘Source/MyProject2/’ as it matched folder rename (‘Source/TP_Blank’->‘Source/MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_Blank.h’: Renaming to ‘Source/MyProject2//MyProject2’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_BlankGameModeBase.cpp’: Moving to ‘Source/MyProject2/’ as it matched folder rename (‘Source/TP_Blank’->‘Source/MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_BlankGameModeBase.cpp’: Renaming to ‘Source/MyProject2//MyProject2GameModeBase’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_BlankGameModeBase.h’: Moving to ‘Source/MyProject2/’ as it matched folder rename (‘Source/TP_Blank’->‘Source/MyProject2’)
LogGameProjectGeneration: Verbose: ‘C:/Program Files/Epic Games/UE_5.2/Templates/TP_Blank/Source/TP_Blank/TP_BlankGameModeBase.h’: Renaming to ‘Source/MyProject2//MyProject2GameModeBase’ as it matched file rename (‘TP_Blank’->‘MyProject2’)
Running C:/Program Files/Epic Games/UE_5.2/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“D:/ドキュメント/Unreal Projects/MyProject2/MyProject2.uproject” -game -rocket -progress
BluePrintで作成する際には問題ありません。
色々調べてvisual studioのインストール設定やunrealエディター内部の
ソースコード設定などを変更しても、消えてくれません。
unreal engine再インストール後も
このようなエラーが消えない為、c++で新プロジェクトを
作成する際に何か事前に依存関係の設定をしなければ
いけないのでしょうか?
参考にしているサイトなどでは
このようなエラーは出てこず、エラーメッセージを
調べても資料がほとんどなく困っています。
※詳細
unreal engine ver 5.2.0
デフォルト設定 source code visual studio2019
batファイルパス
C:/Program Files/Epic Games/UE_5.2/Engine/Build/BatchFiles/Build.bat
プロジェクト作成パス
C:/Unreal Projects/
windows10
visual studio2019
(特に設定なし)
visual studio2019では
installer c++によるデスクトップ開発
unreal engineのインストーラーチェック済み