@Toffer90 no luck. 

Code:
C2664 'cvInternalGlobals::getCivicOptionInfo' : cannot convert parameter 1 from 'int' to 'CivicOptionTypes' 19533
C2228 left of '.getTextKeyWide' must have class/struct/union type 19533
C2664 'cvInternalGlobals::getCivicOptionInfo' : cannot convert parameter 1 from 'int' to 'CivicOptionTypes' 19539
C2228 left of '.getTextKeyWide' must have class/struct/union type 19539
Code:
1>------ Build started: Project: C2C, Configuration: Final_Release Win32 ------
1>
1>Microsoft (R) Program Maintenance Utility Version 14.16.27023.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>
1>SubWCRev: 'D:\C2C\Caveman2Cosmos\Sources'
1>Last committed at revision 10342
1>Updated to revision 10347
1>Local modifications found
1> "C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\bin\cl.exe" /nologo /MD /Zi /O2 /Oy /Oi /G7 /DNDEBUG /DFINAL_RELEASE /Fp"Final_Release\CvGameCoreDLL.pch" /Fd"./Final_Release/" /GR /Gy /W3 /EHsc /arch:SSE2 /Gd /Gm- /DWIN32 /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /Yu"CvGameCoreDLL.h" /Zm200 /DXERCES_STATIC_LIBRARY /D_MOD_SENTRY /D_MOD_FRACTRADE /D_MOD_GOVWORKERS /DQC_MASTERY_VICTORY /DLOG_AI /D_MOD_GWARM /D_MOD_SHAM_SPOILER /DC2C_BUILD /DMULTI_FEATURE_MOD /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\Microsoft Platform SDK/Include" /I"C:\Program Files\Microsoft Platform SDK/Include/mfc" /I"C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization IV Beyond the Sword\Beyond the Sword\CvGameCoreDLL\Boost-1.32.0/include" /I"C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization IV Beyond the Sword\Beyond the Sword\CvGameCoreDLL\Python24/include" /I"./xerces-c-3.1.1-x86-windows-vc-7.1/src" /FoFinal_Release\CvPlayer.obj /c CvPlayer.cpp
1>CvPlayer.cpp
1>CvPlayer.cpp(19533): error C2664: 'cvInternalGlobals::getCivicOptionInfo' : cannot convert parameter 1 from 'int' to 'CivicOptionTypes'
1> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
1>CvPlayer.cpp(19533): error C2228: left of '.getTextKeyWide' must have class/struct/union type
1>CvPlayer.cpp(19539): error C2664: 'cvInternalGlobals::getCivicOptionInfo' : cannot convert parameter 1 from 'int' to 'CivicOptionTypes'
1> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
1>CvPlayer.cpp(19539): error C2228: left of '.getTextKeyWide' must have class/struct/union type
1>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\bin\cl.exe"' : return code '0x2'
1>Stop.
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command "nmake Final_Release" exited with code 2.
1>Done building project "C2C(VS2017).vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========