For me the problem was related to a function declared in a Blueprint FunctionLibrary and used in a BTT.
This function was casting the actor to my character class.
On version 4.6.1 only the last one of the problematic BTT was corrupted.
My solution was to use the code directly in the BTT without using the function.