Hot reload fails when creating c++ class

Here is the log file.When I create a new c++ class, it says “successfully created but hot reload of the game module fails.” I tried to close editor and rebuild in vs with success. Then delete all temporary files (binaries, intermediate) and repeat the build. But problem is unsolved. Can you please help me figure out what’s wrong?
link text

After more research, I get the feeling that I must have done something to offend the editor, like build before define a function. Which I must have done without realizing it would harm my hot reload. I’m pretty sure I’ve fixed the syntax errors as my Visual Studio always builds successfully. So now my question is, is there a way to fix the hot reload? Or maybe I should stop worrying about this, because it seems I still can code in Visual Studio. Any suggestion would be appreciated, thanks!

I do often have this issue, when some files in visual studio are changed, but unsaved. I wouldn’t worry about this and build it in vs instead.

Hot reload will not always work properly, sometimes you will need to restart editor or build outside the editor (don’t need to rebuild)

Thanks, :slight_smile: but I’ve already tried to restart, no luck. I think I’ll just have to live with it now.