I am trying c++ in eclipse for the first time. I loaded some c++ code from an open source project which uses armadillo and rcpp. I managed to get the code to get past including and using c/c++ Build -> settings popup. Now it gets stuck on using namespace arma; using namespace Rcpp;
Both get errors like symbol 'arma' could not be resolved. How to get past this point?