I know, the question has already been asked but the answer doesn't meet my requirements.
So is there is any way to import a Visual Studio project with all its parameters in Eclipse CDT ? If yes, how could I do that ?
If you want to know more details about my situation, there it is :
I am joining a rather big collaborative C++ project, with a complex repository and many sub-projects. Each of these sub-projects was initially developed with Visual Studio, and the parameters of the build chain are stored in a vcproj file.
Yet, I strongly resent the use of Visual Studio, am more efficient with Eclipse CDT, and don't have access to a Windows machine, so I would be really happy to not loose weeks in order to understand the whole building process...