I can't compile my project

The problem arises when I converted one of my projects to C++ Code. Later I was working with a project only with blueprint and now I want to compile it but it won’t let me, I get that error. I already solved it once by deleting the unreal engine but I don’t want to do it again, is there any way to solve it?


LOG:
ERROR: Error: Project ‘F:/…/…/Proyectos/VoxelTales/VoxelTales.uproject’ does not exist

It shows me this message but I can actually open it and play the project normally, it just won’t let me compile any of my projects even if I create a new one, it won’t let me compile it.

hi @SaTo.1
The length of your project name is too long total length rather than 25 characters hence your file name is truncated to “F:/…/…/Proyectos/VoxelTales/” the dots indicate PATH TOO LONG.
that’s why the project name is missing

1 Like