0

I'm modifying an existing project in Visual Studio, which has a lot of files with using namespace std and using namespace eigen defined. Problem is that I'm using a library which is in conflict with eigen, throwing an error about ambiguous class definition.

This way, I want to delete all using namespace and autocomplete the type name of the functions. I saw an old post but (there was no conclusion) I don't understand how to extrapolate it to my project.

Does anyone know the solution?

Thank you! Alberto

0 Answers0