The project doesn't compile

This message pop up when I try to build project manually. Can someone help me t understand how to resolve it?

Discovering modules, targets and source code for project...
While compiling C:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.dll:
error CS0042: ???।?ᬮ?७??? ?訡?? ??? ᮧ????? 䠩?? ?⫠??筮? ????ଠ樨 -- "c:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.PDB" -- "c:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.pdb: ?⪠???? ? ????㯥.
ERROR: Unable to compile source files.
type or paste code here

Does your project folder have any non-english letters in it?
This is the usual cause of failed compiles.

No, this is full text of the error

Running C:/Program Files/Epic Games/UE_4.26/Engine/Binaries/DotNET/UnrealBuildTool.exe  -projectfiles -project="F:/UE projects/CarWTF/CarWTF.uproject" -game -rocket -progress -log="F:\UE projects\CarWTF/Saved/Logs/UnrealVersionSelector-2023.11.06-13.51.00.log"
Discovering modules, targets and source code for project...
While compiling C:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.dll:
error CS0042: ???।?ᬮ?७??? ?訡?? ??? ᮧ????? 䠩?? ?⫠??筮? ????ଠ樨 -- "c:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.PDB" -- "c:\Program Files\Epic Games\UE_4.26\Engine\Intermediate\Build\BuildRules\UE4Rules.pdb: ?⪠???? ? ????㯥.
ERROR: Unable to compile source files.

Are you using an engine version compiled from source?
Does your engine intermediate/build/buildrules folder look like this?

build_pdb

If you are using the normal binary version of the engine try verifying it through the epic launcher.

Try running your IDE as administrator and see if that changes the needed permissions.

Wow! That’ve worked. I can’t explain how I gratefull to you. I wish you reaching your goals as easy and fast as this issue was resolved with your help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.