try this:
compile your empty project so you get the "Debug" directory.
then copy MySQLDriverCS.dll to your debug directory.
now add the following code to your project:
Code:
#using <MySQLDriverCS.dll>
this should compile, .. i'm not sure how to re-write my c# code in c++.net though.
let me know if this helps.