I Cannot Get My Code-Based Project To Run in the Editor Even After Regenerating VS and Compiling

Dear Friends at Epic,

I cannot get my project to work in the beta5 editor, I get the message that the project is not up to date.

My project is indeed in a folder with same name as the .uasset, though that folder is not at the root level of the hard disk.

I’ve done the following

  1. delete Saved and Intermediate folders
  2. Deleted all VS files and regenerated
  3. Compiled
  4. Try to load editor from normal rocket icon and select my project

Could I please have some assistance with this?

Rama

PS: I am compiling with debug-editor, here’s my complete VS compile message

1>------ Build started: Project: VictoryGame, Configuration: Debug_Editor x64 ------
1>  Parsing headers for VictoryGameEditor
1>  Code generation finished for VictoryGameEditor and took 3.883
1>  rc.exe PCLaunch.rc
1>  Module.VictoryGame.cpp
1>  link.exe RocketEditor-VictoryGame-Win64-Debug.dll
1>     Creating library E:\RocketVictory\VictoryGame\Intermediate/BuildData/VictoryGame\Win64\DebugGame\RocketEditor-VictoryGame-Win64-Debug.lib and object E:\RocketVictory\VictoryGame\Intermediate/BuildData/VictoryGame\Win64\DebugGame\RocketEditor-VictoryGame-Win64-Debug.exp
1>  -------- End Detailed Actions Stats -----------------------------------------------------------
1>  Cumulative action seconds (8 processors): 0.00 building projects, 17.83 compiling, 0.00 creating app bundles, 0.00 generating debug info, 1.33 linking, 0.00 other
1>  UBT execution time: 26.35 seconds
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ====

The error msg, note the log error about the .dll file

Solution:

I had to go into my project binaries and rename

the Debug-Editor .dll 

to

RocketEditor-VictoryGame.dll

now my project is loading

yaaay!

but was I supposed to have to do that?

Rama

You Just compiling the Wrogn version. In configuration manager or in Tool bar select Development Editor, and Build. (with your Editor closed).

Restart your editor and Voilá!