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'
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'