namespace pqxx not recognized in my c++ project

Viewed 26

I have a project in c++. I have successfully installed pqxx package using vcpkg but still namespace 'pqxx' is not recognized,

#include<pqxx/pqxx>  //No errors
using namespace pqxx; //Error, 'name must be a namespace name'
0 Answers
Related