Hot reload is broken by editor module

Hi, my problem is that when I change c++ code with hot reload I get this error

This .lib file is deleted and not generated when hot reload. I have 2 modules called “Krol” and “KrolDetails”. KrolDetails module is an editor module. There is a class that customizes details. It has to include class from another module Krol. If I don’t include it everything works well. Also, if I rebuild the project with VS everything is fine.

I guess it happens because of some kind of link error, but I’m not sure. If you know the solution or have some information about it, please write it down, Thanks!

I’m seeing the exact same thing, PDBs can’t be deleted…no idea what’s going on.