Tryed to start a project got an error and dont know how to fix.
~
The project could not be compiled. Would you like to open it in Visual Studio?
Running D:/Lucas/UE_5.0/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe Development Win64 -Project=“D:/Users/Hércules/Documents/Unreal Projects/MyProject2/MyProject2.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\H?rcules\AppData\Local\UnrealBuildTool\Log.txt
Creating makefile for MyProject2Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProject2Editor
Running UnrealHeaderTool “D:\Users\H?rcules\Documents\Unreal Projects\MyProject2\MyProject2.uproject” “D:\Users\H?rcules\Documents\Unreal Projects\MyProject2\Intermediate\Build\Win64\MyProject2Editor\Development\MyProject2Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -abslog=“C:\Users\H?rcules\AppData\Local\UnrealBuildTool\Log_UHT.txt” -installed
Reflection code generated for MyProject2Editor in 6,8829618 seconds
@progress pop
Building MyProject2Editor…
Using Visual Studio 2019 14.29.30146 toolchain (C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133) and Windows 10.0.19041.0 SDK (C:\Program Files (x86)\Windows Kits\10).
[Adaptive Build] Excluded from MyProject2 unity file: MyProject2.cpp, MyProject2GameModeBase.cpp
Determining max actions to execute in parallel (3 physical cores, 6 logical cores)
Executing up to 3 processes, one per physical core
Requested 1,5 GB free memory per action, 1,84 GB available: limiting max parallel actions to 1
Building 9 actions with 1 process…
[1/9] Compile SharedPCH.Engine.ShadowErrors.cpp
c1xx: fatal error C1083: N?o ? poss?vel abrir arquivo intermedi?rio do compilador: ‘D:\Users\HǸrcules\Documents\Unreal Projects\MyProject2\Intermediate\Build\Win64\MyProject2Editor\Development\Engine\SharedPCH.Engine.ShadowErrors.h.pch’: No such file or directory
[2/9] Resource Default.rc2
~
When i try to compile from VS code it says that the insert project name
module is missing or was built on a different engine, i have deleted everything and downloaded again with same result. when i try rebuilding the missing module from VS it says that insert project name
could not be compiled and to try and rebuild it from source manually
wich i dont know how to do, so if anyone knows how to do that or solve this problem as a whole i would be very thankfull.