cdt still can't find mysql.h after adding it to the include path?
- by user198729
By click context menu:Properties-C/C++ General-Path and Symbols
I've added mysql.h into the Includes path under language GNU C++,
and also added libmySQL.dll to the Library Paths.
But it still can't find mysql.h :
#if USE_MYSQL
#include <mysql.h>
#endif
Is there something I'm missing out?