ソースコードからUnralEngineを起動する際のエラー

ソースコードからUnralEngineをビルドし、デバッグで起動しようとすると、ModuleManager.cppの1130行目でエラーが発生します。
When I build UnralEngine from source code and try to start it in debug, I get an error at line 1130 in ModuleManager.cpp.

![Desktop Screenshot 2022.12.18 - 11.46.05.75|690x388]
(upload://kQOT4ndLBaXlbfdIDQi4kAxdgwW.png)

UE_LOG(LogModuleManager, Fatal, TEXT(“Unable to read module manifest from ‘%s’. Module manifests are generated at build time, and must be present to locate modules at runtime.”), *FileName)

どのように対処すればよいかご教授お願いします。
Please advise how to deal with this issue.

Hello, I have the same issue. Did you every find out the solution?