error LNK2005: "public: __thiscall ClientList::ClientList(void)" (??0ClientList@@QAE@XZ) already defined in serverApp.obj in file: serverDlg.obj
I get this error when i try to include my header I wrote.
I looked this up on MSDN but don't get it. Its an MFC project if that helps. My clientlist header is just c++ not MFC.