Ok, so last night I was doing some compiling... adding a few SDK mods into my project. All is well before I go to bed.
Now today, I added a new SDK mod to my project, go to compile... and these errors pop up:
So I think, "OK, must of entered the code in wrong."
I go to the backup of my project (I always make backups before adding new content), and try and re-compile that info.
And I get the SAME errors! So I completely delete all my SDK files in the Warlords/CvGameCoreDLL directory, and install a fresh copy. Then I take all the C++ files from the backup of my mod that I made last night (that worked perfectly fine last night, BTW) and copy those files into the Warlords/CvGameCoreDLL directory.
Recompile...
Same damn errors! Why is a set of code that was working percectly fine last night (and was unmodified since last night when it was working) suddenly not work at all today?
I'm totally stumped on this one. What am I doing wrong?

Now today, I added a new SDK mod to my project, go to compile... and these errors pop up:
Spoiler :
Project : CvGameCoreDLL
Compiler : Microsoft Visual C++ Toolkit 2003 (called directly)
Directory : D:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\
--------------------------------------------------------------------------------
Switching to target: Final Release
CvCity.cpp
CvCity.cpp(184) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(702) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(3893) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(3911) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(5065) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
Process terminated with status 1 (0 minutes, 10 seconds)
Compiler : Microsoft Visual C++ Toolkit 2003 (called directly)
Directory : D:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\
--------------------------------------------------------------------------------
Switching to target: Final Release
CvCity.cpp
CvCity.cpp(184) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(702) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(3893) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(3911) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
CvCity.cpp(5065) : error C2039: 'isVassal' : is not a member of 'CvTeamAI'
d:\Games\Sid Meier's Civilization IV\Warlords\CvGameCoreDLL\CvTeamAI.h(8) : see declaration of 'CvTeamAI'
Process terminated with status 1 (0 minutes, 10 seconds)
So I think, "OK, must of entered the code in wrong."
I go to the backup of my project (I always make backups before adding new content), and try and re-compile that info.
And I get the SAME errors! So I completely delete all my SDK files in the Warlords/CvGameCoreDLL directory, and install a fresh copy. Then I take all the C++ files from the backup of my mod that I made last night (that worked perfectly fine last night, BTW) and copy those files into the Warlords/CvGameCoreDLL directory.
Recompile...
Same damn errors! Why is a set of code that was working percectly fine last night (and was unmodified since last night when it was working) suddenly not work at all today?
I'm totally stumped on this one. What am I doing wrong?

