UE 4.9 Project Import Fails

Hello,
I imported a project into 4.9 Preview, and it builds, but when I run it I get the error:

“Unable to start program ‘C:\Program Files\Epic Games\4.9\Engine\Intermediate\Build\Unused\UE4.exe’. The system cannot find the path specified.”

I looked in that directory and the file doesn’t exist. Is the installer or importer for 4.9 preview goofed up?

I updated in a desperate attempt at getting past an issue with dynamic event binding in C++ not working for an actor because it was previously serialized, and then the actor event was changed and it no longer binds correctly and I don’t get events…

Thanks!

After the update to a new version, the UE4 Engine may be set as the startup project in the VisualStudio solution, rather than your game project. Note that the start path points at the engine in Program Files, rather than your project directory.

In the Solution Explorer, right-click on your game project and select “Set as Startup Project”.

did you solve this ?

This helped me: