Unreal 4.7.6 hot reload not working.

I’m moving my project to c++, and i’m finding myself have to restart the editor for any small change in the code, it says “hot reload completed” or something, but it changes nothing on the editor side.
How do i fix that ?

Edit: Ok now it works, maybe i did something wrong, beats me :X

Hot Reload works always 30% of the time. Jokes aside, in my experience changing header files (new UFUNCTIONs and new UPROPERTIES) don’t work, only signature changes and function definition changes.

lol, i see, thanks.