Link error: error LNK2001: Unresolved external symbol __GSHandlerCheck
The library referenced by the project was compiled with VS2019
, and the project was compiled with VS2015
. The platform toolset used 2015 when compiling. After switching to compile with VS2019
, there is no such problem.