Hello all,
using Eigen ( http://eigen.tuxfamily.org/index.php?title=Main_Page ) it looks like Visual Assist does not recognize the Eigen namespace:
#ifndef EIGENTEST_H
#define EIGENTEST_H
#include "Eigen/Dense"
class Container
{
public:
Eigen::MatrixXd& GetMatrix();
};
#endif // #ifndef EIGENTEST_H
Both Eigen and MatrixXd are underlined red. Autocompletion works but only when set "get content from default intellisense" is switched on (a trick I found elsewhere on this forum).
- bram