Year ago i was worked on my mod and put it aside and a year later i can't build cuz i have seeing this error:
2>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\cctype(11,10): error C1083: Cannot open include file: 'ctype.h': No such file or directory
2>(compiling source file '../../dlls/crowbar.cpp')
2>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\cctype(11,10): error C1083: Cannot open include file: 'ctype.h': No such file or directory
2>(compiling source file '../../dlls/gauss.cpp')
2>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\cctype(11,10): error C1083: Cannot open include file: 'ctype.h': No such file or directory
2>(compiling source file '../../dlls/egon.cpp')
2>D:\.HLSDK\ad\halflife-updated-master\public\interface.cpp(1,10): error C1083: Cannot open include file: 'string.h': No such file or directory
2>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\cctype(11,10): error C1083: Cannot open include file: 'ctype.h': No such file or directory
also don't know why but my visual studio was uninstalled and when I installed it again and opened the .sln project, visual studio didn't ask me to upgrade to v143.I checked for ctype.h and it doesn't exist. What i should to do?