Hi ,
I’m not at all certain, but I think it may be related to building plugins. We have a code plugin in the game directory rather than installed into the engine. The VS built hot-reload dll for the game has a dependency on a hot-reload dll for the plugin, however the plugin hot-reload dll hasn’t been output by the build process, although a lib and exp have. When building through the editor the game hot-reload dll has a dependency on the base plugin dll instead.
i.e.
VS: game-437-win.dll → plugin-437-win.dll (missing)
Editor: game-437-win.dll → plugin-win.dll
Cheers,
Nick