I have a C++ and a CLI project that use vs2010 platform toolset. I want to move them to vs2017 toolset.
The C++ project compiles fine, but the CLI project throws numerous "unresolved external symbol" errors.
Anyone knows why this happens?
Example of a few errors:
LNK2001 unresolved external symbol "extern "C" void __cdecl __std_exception_copy(struct __std_exception_data const *,struct __std_exception_data *)" (?__std_exception_copy@@$$J0YAXPBU__std_exception_data@@PAU1@@Z)
LNK2001 unresolved external symbol __purecall
LNK2001 unresolved external symbol __imp__strerror