Well, I realized what the problem is. This is because I started using precompiled headers, which means that many classes are now in stable.h and apparently not found in the editor. I fixed the problem by adding #include "stable.h" to all files, for example, in VC ++.
source share