The Target "Engine\UE5" does not exist

vcxproj: [MSB4057]

5 Likes

Bit late but you need to set the Run/Debug Configuration to your project configuration instead of the “UE5” project configuration

6 Likes

Getting same issue. How to fix this?

1 Like

As IrreverentPixel said, you need to switch the Run/Debug config when compiling. UE5 is the source of the engine. But you need to compile your own project.

image

8 Likes