I\'m getting a lot of \" redefinition of x....x previously defined here\". Please what does this error means?
The same thing just happened to me and it was because I accidentally included the .c/.cpp file (within it) instead of the header file.
That would definitely get you a lot of that error.