我用vs2017跑别人的代码,把相关的环境配好后出现了E0035和C1189两个错误提示。

问题遇到的现象和发生背景

我用vs2017 跑别人的项目时

问题相关代码,请勿粘贴截图

#elif _MSC_VER > 1900
#error This compiler was not tested with this library.

运行结果及报错内容

错误(活动) E0035 #error 指令: This compiler was not tested with this library. 触发 E:\CSDN下载\映美晶SDK软触发取图\触发\include\UDSHL_lnk.h 63 Visual C++ IntelliSense
错误 C1189 #error: This compiler was not tested with this library. 触发 e:\csdn下载\映美晶sdk软触发取图\触发\include\udshl_lnk.h 63 CL

我的解答思路和尝试过的方法
我想要达到的结果

跑通代码

看看你编译器选的哪个版本