Hi,
So far, I have no any issue in compiling and linking Tier 2 projects with Visual Studio 2017
If I change the toolset option from: Visual Studio 2017 - Windows XP (v141_xp) to: Visual Studio 2017 (v141) then I cannot compile since I am getting the following errors:
"
1>c:\cpplib\2d\vector2.h(4): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>ColorRGB.cpp
1>c:\cpplib\misc\utils.h(4): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>Utils.cpp
1>c:\cpplib\misc\utils.h(4): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>component.cpp
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory
1>ctrlbase.cpp
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory
1>ctrlbutton.cpp
1>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory
..."
Does anyone know how to resolve this issue?