How to force full recompile of all blueprints?

I’ve run into the same issue as @Strombonni. I’ve found that the only thing that works is to manually force a recompilation of the blueprint by editing something on it so that the BP is marked as requiring compilation, then recompiling. Not a viable solution, as I’m attempting to move as many BP variables to config as possible. Every time I make a change in a config file, I have to go through this process again.