Okay, I finally got everything to work out except for 2 projects in PS. I get the following 2 problems when compiling PS:
------ Build started: Project: apppsclient, Configuration: Debug Win32 ------
Compiling...
inviteclient.cpp
c1xx : fatal error C1083: Cannot open source file: \'\\development\\planeshift\\src\\client\\inviteclient.cpp\': No such file or directory
Build log was saved at \"file://c:\\development\\planeshift\\mk\\visualc7.1\\psbuild\\debug\\apppsclient\\BuildLog.htm\"
apppsclient - 1 error(s), 0 warning(s)
AND
------ Build started: Project: apppsserver, Configuration: Debug Win32 ------
Linking...
groupmanager.obj : error LNK2019: unresolved external symbol \"public: void __thiscall QuestionManager::SendQuestion(class PendingQuestion *)\" (?SendQuestion@QuestionManager@@QAEXPAVPendingQuestion@@@Z) referenced in function \"protected: void __thiscall GroupManager::Invite(class psGroupCmdMessage &,class Client *)\" (?Invite@GroupManager@@IAEXAAVpsGroupCmdMessage@@PAVClient@@@Z)
guildmanager.obj : error LNK2001: unresolved external symbol \"public: void __thiscall QuestionManager::SendQuestion(class PendingQuestion *)\" (?SendQuestion@QuestionManager@@QAEXPAVPendingQuestion@@@Z)
usermanager.obj : error LNK2001: unresolved external symbol \"public: void __thiscall QuestionManager::SendQuestion(class PendingQuestion *)\" (?SendQuestion@QuestionManager@@QAEXPAVPendingQuestion@@@Z)
libpsserverobjects.lib(dictionary.obj) : error LNK2019: unresolved external symbol \"public: void __thiscall QuestionManager::SendQuestion(class PendingQuestion *)\" (?SendQuestion@QuestionManager@@QAEXPAVPendingQuestion@@@Z) referenced in function \"public: __thiscall NPCDialogDict::NPCDialogDict(void)\" (??0NPCDialogDict@@QAE@XZ)
invitemanager.obj : error LNK2019: unresolved external symbol \"public: __thiscall PendingQuestion::PendingQuestion(int,class csString const &,enum psQuestionMessage::questionType_t)\" (??0PendingQuestion@@QAE@HABVcsString@@W4questionType_t@psQuestionMessage@@@Z) referenced in function \"public: __thiscall PendingInvite::PendingInvite(class Client *,class Client *,char const *,char const *,char const *,char const *,char const *,char const *,char const *,char const *,char const *,enum psQuestionMessage::questionType_t)\" (??0PendingInvite@@QAE@PAVClient@@0PBD11111111W4questionType_t@psQuestionMessage@@@Z)
libpsserverobjects.lib(dictionary.obj) : error LNK2019: unresolved external symbol \"public: __thiscall PendingQuestion::PendingQuestion(int,class csString const &,enum psQuestionMessage::questionType_t)\" (??0PendingQuestion@@QAE@HABVcsString@@W4questionType_t@psQuestionMessage@@@Z) referenced in function \"public: virtual bool __thiscall CompleteQuestResponseOp::Load(struct iDocumentNode *)\" (?Load@CompleteQuestResponseOp@@UAE_NPAUiDocumentNode@@@Z)
psserver.obj : error LNK2019: unresolved external symbol \"public: __thiscall QuestionManager::QuestionManager(void)\" (??0QuestionManager@@QAE@XZ) referenced in function \"public: bool __thiscall psServer::Initialize(struct iObjectRegistry *)\" (?Initialize@psServer@@QAE_NPAUiObjectRegistry@@@Z)
psbuild\\debug\\temp\\apppsserver\\psserver.exe : fatal error LNK1120: 3 unresolved externals
Build log was saved at \"file://c:\\development\\planeshift\\mk\\visualc7.1\\psbuild\\debug\\apppsserver\\BuildLog.htm\"
apppsserver - 8 error(s), 0 warning(s)
Any ideas as to what is causing these problems? I am using the CVS version of PS, CS, and CEL. I am using MVC++ .NET.