Assertion Failed on Hot Reload

Hi guy !
I posting here because i get an strange error when i do compiling from source and my editor make an hot reloading…
In advance, sorry for my bad English =)

So, if i change just a bool in my code, like this:
ADV4Z5v.png

I recompiling, without any errors, i go back in the editor and I got this: (my folder name is 4.10 Source, but it’s the 4.11 Source version)
Oe7wANO.png
The editor crashing.

I restart my project, and a window tell me about some modules are missing or built with a different engine version, like this:
CD7ZrV1.png
And after that, all is working good, but i have to restart my editor for a unknow dark and strange reason
I lost my head on this.

Then, my engine and project solution configuration is: Development Editor / Win64

Please don’t say me i have to rebuilt my engine… it’s so long…

I exept you can tell me a simple solution.

Good day to you !
Cheers, InsideBSI

The 1043rd line of the Class.h:

Any ideas…?

Try to close the editor, build from outside and re-run. Could you tell is more about those functions itself?

I tried it at least 5 times …
And i’ve downloaded the last version from GitHub, that’s doesn’t change anything
The function ICppStructOps is a part of the engine
The function JumpStart and JumpStop is for the movement system, but this bug happen if i change anything
InsideBSI

Have you regenerate your project files, just in case.

I just tried, nothing will have changed

Have you tried it in a clean project? Try to reproduce it on a C++ template. If the issue persists please post in on the AnswerHub.

This working in a clean project, i can hot reload with a new function

So something is wrong in your project, if you are able to find some repo steps it will make the tasks of finding what it is easier.

What do you mean about repo steps ?

By this I mean to find a way to reproduce it on a clean project so it can get investigate further.