C++ Hot reload not working at all

If i Rebuild VC++ project, i dont get any changes in editor.

If i Run/Debug project, then editor starts, and only then i can see changes. (if i “Start Debugging” project from VC++).

Hot Reload not working for me. (even if i rebuild project and restart editor).

Fixed by following steps:

  1. Close VS and close Editor.

  2. Open editor first.

  3. Open visual studio from editor.

Also make sure you’re compiling for an Editor target, e.g. DebugGameEditor. That was my mistake.