Can't create a new project in UE4

Hello there. First of all I’m new into UE4, so I apologise for any stupid questions. After I installed UE 4.27 on my Windows 11, I wanted to participate some team project and tried to download a project from GitHub. Unfortunately, I couldn’t run it because some file called SharedPCH.Engine.ShadowErrors.h.pch wasn’t found. Then I tried to create a new file, but it didn’t work out either. But I’ve got this message in Log Journal:

Running C:/Users/София/Desktop/UE_4.27/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="C:/Users/София/Desktop/11 класс/MyProjecttest7/MyProjecttest7.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Creating makefile for MyProjecttest7Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProjecttest7Editor
  Running UnrealHeaderTool "C:\Users\?????\Desktop\11 ?????\MyProjecttest7\MyProjecttest7.uproject" "C:\Users\?????\Desktop\11 ?????\MyProjecttest7\Intermediate\Build\Win64\MyProjecttest7Editor\Development\MyProjecttest7Editor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -abslog="C:\Users\?????\AppData\Local\UnrealBuildTool\Log_UHT.txt" -installed
LogInit: Display: Loading text-based GConfig....
Reflection code generated for MyProjecttest7Editor in 15.2044091 seconds
@progress pop
Building MyProjecttest7Editor...
Using Visual Studio 2022 14.38.33130 toolchain (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130) and Windows 10.0.22621.0 SDK (C:\Program Files (x86)\Windows Kits\10).
Building 9 actions with 8 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
  c1xx: fatal error C1083: Cannot open compiler intermediate file: 'C:\Users\?????"????\Desktop\11 ???>??????\MyProjecttest7\Intermediate\Build\Win64\MyProjecttest7Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.h.pch': No such file or directory

Any suggestions? Do you know how to fix that?

Hi!

Can you, please, move project to the folder that do not contain non-ASCII characters and try again?
As I can see, there are “София” and “11 класс” part in your path to project, that can cause an issue.