Issues compiling UE5 from source

When i try to compile the engine from source out of the box im getting the following errors:

I did( as i always do with all the versions) ran the setup.bat and the generated the project files, without issues. After that i accessed to the project and while compiling im getting this error messages, most of the engile complies just fine, but the builder does not, and i need it to re-build several plugins i need for my project.

I have already tried adding the complete route for the files that saw “no such file or directory”, but after adding them im just getting more errors.

Thanks in advance.

Just exclude the UnrealFileServer project from the solution. It’s not needed to compile and run a source build.

If you active the UE5 project and hit F5 it will build only what it needs for that.