I'm having 4 files in my project and when I try to compile it, I get this error:
error C2011: 'Details' : 'class' type redefinition
I think it's because I've used #include"AClass.cpp"
three times in my files and it loads three times, but when I remove the two other #include"AClass.cpp"
, the compilation fails because AClass isn't found in that files.