Partyfinder compile error

12/03/2016 14:26 direktbottle#1
Anyone can point out where to fix this? I tried to search for the text and compare it with a working source, but it looks the same in mine.

Code:
Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndPartyFinder::RefreshItemList(void)" (?RefreshItemList@CWndPartyFinder@@QAEXXZ) referenced in function "public: void __thiscall CDPClient::OnRefreshPartyList(class CAr &)" (?OnRefreshPartyList@CDPClient@@QAEXAAVCAr@@@Z)
Code:
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndPartyFinder::CWndPartyFinder(void)" (??0CWndPartyFinder@@QAE@XZ) referenced in function "class CWndBase * __cdecl AppMain_PartyFinder(void)" (?AppMain_PartyFinder@@YAPAVCWndBase@@XZ)
12/03/2016 14:36 raventh1984#2
Add WndPartyFinder to your Neuz Solution.
12/03/2016 18:45 direktbottle#3
Oh thanks. I had those files in the folder but didn't know to include them in the solution.