all lib64 are includedidk but maybe mysql lib folder is not present in included directories.
already imported include/mysql pathI'm not talking about the libraries, the headers are not visible to the project (probably). You have compilation problem, not linking.
Take a look at Properties -> C/C++ -> Additional Include Directories and add your ../mysql path there if not present
tried both , no i changed the wayyou need to "import" only the "include" path, without the "mysql" part at the end.
