The most likely cause of this is the source import files getting out of sync with the binary library files or dll's linked in. For instance, if a method was added in the source file, but the library file wasn't recompiled, then all the offsets for the member functions will be off.