c++で新規プロジェクトを作成するとコンパイルエラーが起こる

C++で新規プロジェクトを作成しようとすると

プロジェクトがコンパイルできませんでした。Visual Studio で開きますか?

Running D:/保存したゲーム/UE_4.26/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="C:/unrealengine/MyProject2/MyProject2.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Creating makefile for MyProject2Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProject2Editor
  Running UnrealHeaderTool "C:\unrealengine\MyProject2\MyProject2.uproject" "C:\unrealengine\MyProject2\Intermediate\Build\Win64\MyProject2Editor\Development\MyProject2Editor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -abslog="C:\Users\kohki\AppData\Local\UnrealBuildTool\Log_UHT.txt" -installed
Reflection code generated for MyProject2Editor in 14.8149866 seconds
@progress pop
Building MyProject2Editor...
Using Visual Studio 2019 14.28.29337 toolchain (C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333) and Windows 10.0.18362.0 SDK (C:\Program Files (x86)\Windows Kits\10).
Building 9 actions with 12 processes...
  @progress 'Compiling C++ source code...' 0%
  @progress 'Compiling C++ source code...' 11%
  [1/9] Default.rc2
  @progress 'Compiling C++ source code...' 22%
  [2/9] SharedPCH.Engine.ShadowErrors.cpp
  @progress 'Compiling C++ source code...' 33%
  [3/9] MyProject2.cpp
  @progress 'Compiling C++ source code...' 44%
  [4/9] MyProject2.init.gen.cpp
  @progress 'Compiling C++ source code...' 56%
  [5/9] MyProject2GameModeBase.cpp
  @progress 'Compiling C++ source code...' 67%
  [6/9] MyProject2GameModeBase.gen.cpp
  @progress 'Compiling C++ source code...' 78%
  [7/9] UE4Editor-MyProject2.lib
     ???C?u???? C:\unrealengine\MyProject2\Intermediate\Build\Win64\UE4Editor\Development\MyProject2\UE4Editor-MyProject2.lib ?ƃI?u?W?F?N?g C:\unrealengine\MyProject2\Intermediate\Build\Win64\UE4Editor\Development\MyProject2\UE4Editor-MyProject2.exp ???쐬??
  @progress 'Compiling C++ source code...' 89%
  [8/9] UE4Editor-MyProject2.dll
  LINK : fatal error LNK1181: ???̓t?@?C?? '\UE_4.26\Engine\Build\Windows\Resources\Default-Win64.manifest' ???J???܂????B

というエラー文が出てしまいます.どうしたらいいですか