Creating c++ project failing on compiling

Every time I try to create or open c++ projects, Unreal could not compile project.
Error message:
The project could not be compiled. Would you like to open it in Visual Studio 2017?

Running C:/Program Files (x86)/UE_4.22/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project=“C:/Users/Honzík/Documents/Unreal Projects/MyProject_/MyProject_.uproject” -TargetType=Editor -Progress -NoHotReloadFromIDE
Creating makefile for MyProject_Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProject_Editor
Running UnrealHeaderTool “C:\Users\Honz?k\Documents\Unreal Projects\MyProject_\MyProject_.uproject” “C:\Users\Honz?k\Documents\Unreal Projects\MyProject_\Intermediate\Build\Win64\MyProject_Editor\Development\MyProject_Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProject_Editor in 7,897278 seconds
@progress pop
Using Visual Studio 2017 14.16.27023 toolchain (C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023) and Windows 10.0.16299.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.cpp
c1xx: fatal error C1083: Nejde otev??t soubor zprost?edkuj?c? soubor kompil?toru: C:\Users\Honz??k\Documents\Unreal Projects\MyProject_\Intermediate\Build\Win64\MyProject_Editor\Development\Engine\SharedPCH.Engine.h.pch: No such file or directory

(I know, I have Visual studio in Czech, judge me :D)

And when I try to build it from source:

Chyba C1083 Nejde otevřít soubor zprostředkující soubor kompilátoru: C:\Users\HonzĂ­k\Documents\Unreal Projects\MyProject_\Intermediate\Build\Win64\MyProject_Editor\Development\Engine\SharedPCH.Engine.h.pch: No such file or directory
MyProject_
C:\Users\Honzík\Documents\UnrealProjects\MyProject_\Intermediate\ProjectFiles\c1xx

I’ve spent whole day finding out, how to repair it and tried everything i found so far.
If someone find the solution, I will be so happy.

Thank you,
Zvířák

Thank you so much, that was the solution.

It could very well be because your project is in a folder with a non ASCII character

Ă­
Try to move your Project out of the Users Folder. and delete your Project Intermediate folder and Generate Project Files again just to be safe.