View Single Post
  #8  
Old 04-06-2012, 04:19 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by xd4v3x View Post
hmm which i did. and double checked! :/
You still did it wrong.

Let's say your MySQL include directory is here:



Note this is where mysql.h is.

Then, in Visual Studio (assuming 2008 version), select the Tools/Options menu option, select VC++ Directories, then select 'Show Directories for Include Files', and make sure you have the same directory that your mysql.h is in, in the list there, i.e.:

Reply With Quote