I\'m getting a lot of \" redefinition of x....x previously defined here\". Please what does this error means?
You are probably including a header file twice. Make sure your header files are surrounded by #ifndef statements.
#ifndef
http://www.fredosaurus.com/notes-cpp/preprocessor/ifdef.html