You must create a file called pch.h in your project to use MyMySQL++. This file must include the mysql client include file "mysql.h" or you will not be able to compile MyMySQL++.
Definition in file pch.h.
#include <windows.h>
#include "./include/mysql.h"
Include dependency graph for pch.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.