An error occurred while creating a C ++ project

Windows SDK and Visual studio 2019 are installed.

What should I do? I searched all over the Internet for a solution, nothing came of it.

The project could not be compiled. Would you like to open it in Visual Studio?

Running M:/UED/UE_4.25/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="M:/UnrealProjects/ghf/ghf.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Creating makefile for ghfEditor (no existing makefile)
@progress push 5%
Parsing headers for ghfEditor
  Running UnrealHeaderTool "M:\UnrealProjects\ghf\ghf.uproject" "M:\UnrealProjects\ghf\Intermediate\Build\Win64\ghfEditor\Development\ghfEditor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -abslog="C:\Users\????ᠭ??\AppData\Local\UnrealBuildTool\Log_UHT.txt" -installed
Reflection code generated for ghfEditor in 13,179718 seconds
@progress pop
Building ghfEditor...
Using Visual Studio 2019 14.28.29334 toolchain (C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333) and Windows 10.0.18362.0 SDK (M:\WSDK).
Building 15 actions with 8 processes...
  @progress 'Compiling C++ source code...' 0%
  @progress 'Compiling C++ source code...' 7%
  [1/15] Default.rc2
  @progress 'Compiling C++ source code...' 13%
  [2/15] SharedPCH.Engine.ShadowErrors.cpp
  @progress 'Compiling C++ source code...' 20%
  [3/15] ghfCharacter.cpp
  c1xx: error C3859: ?? 㤠???? ᮧ???? ????㠫???? ??????  PCH.
  c1xx: note: ???⥬? ????㫠  1455: ???? ?????窨 ᫨誮?   ?????襭?? ?????樨.
  
  
  c1xx: note: ???????⥫???? ᢥ?????: https://aka.ms/pch-help
  c1xx: fatal error C1076: ??࠭?祭?? ???????????: ???⨣??? ?।?? ????७ ????
  @progress 'Compiling C++ source code...' 27%
  [4/15] ghfGameMode.cpp
  c1xx: error C3859: ?? 㤠???? ᮧ???? ????㠫???? ??????  PCH.
  c1xx: note: ???⥬? ????㫠  1455: ???? ?????窨 ᫨誮?   ?????襭?? ?????樨.
  
  
  c1xx: note: ???????⥫???? ᢥ?????: https://aka.ms/pch-help
  c1xx: fatal error C1076: ??࠭?祭?? ???????????: ???⨣??? ?।?? ????७ ????
  @progress 'Compiling C++ source code...' 33%
  [5/15] ghf.cpp
  c1xx: error C3859: ?? 㤠???? ᮧ???? ????㠫???? ??????  PCH.
  c1xx: note: ???⥬? ????㫠  1455: ???? ?????窨 ᫨誮?   ?????襭?? ?????樨.
  
  
  c1xx: note: ???????⥫???? ᢥ?????: https://aka.ms/pch-help
  c1xx: fatal error C1076: ??࠭?祭?? ???????????: ???⨣??? ?।?? ????७ ????
  @progress 'Compiling C++ source code...' 40%
  [6/15] ghfProjectile.gen.cpp
  c1xx: error C3859: ?? 㤠???? ᮧ???? ????㠫???? ??????  PCH.
  c1xx: note: ???⥬? ????㫠  1455: ???? ?????窨 ᫨誮?   ?????襭?? ?????樨.
  
  
  c1xx: note: ???????⥫???? ᢥ?????: https://aka.ms/pch-help
  c1xx: fatal error C1076: ??࠭?祭?? ???????????: ???⨣??? ?।?? ????७ ????
  @progress 'Compiling C++ source code...' 47%
  [7/15] ghf.init.gen.cpp
  @progress 'Compiling C++ source code...' 53%
  [8/15] ghfProjectile.cpp
  @progress 'Compiling C++ source code...' 60%
  [9/15] ghfHUD.gen.cpp
  @progress 'Compiling C++ source code...' 67%
  [10/15] ghfGameMode.gen.cpp
  @progress 'Compiling C++ source code...' 73%
  [11/15] ghfCharacter.gen.cpp
  @progress 'Compiling C++ source code...' 80%
  [12/15] ghfHUD.cpp

It’s a very know issue related to encoding incompatibilities between tools, you path to project contains unicode characters which makes some tools to not find files. Move project outside of user directories in to the path that only have latin characters.

Hello,

We’ve made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

Thanks