I'm trying to build a project using xdevapi mysql (c++ connector 8) on visual studio by adding the appropriate C:\Program Files\MySQL\Connector C++ 8.0\include directory in the additional directories of included files, C:\Program Files\MySQL\Connector C++ 8.0\lib64\vs14 in additional library directories, and I specify appropriate lib file names from the last directory in additional dependencies. Nevertheless, I get a huge number of LNK2001 errors. As far as I understand, I connected everything according to the instructions and correctly. Please advise me what to do in this situation. Thank you in advance for your reply!