if in classA.h i remove the line4 {#include "caseChangerClass.h"}
then it proceeds with compilation and i get this error:

classA.cpp:9: error: invalid use of undefined type `struct caseChangerClass'

any ideas...?