Eclipse c++ class generation formating
问题 I've switched to Eclipse Mars.1 and I can't figure out how to fix this. Here's the problem: I right click on the subfolder MySubFolder and choose New->Class In Class name field I enter MyClass and fill the namespace with MySubFolder and click on Finish The generated .cpp has the partner include surounder with angle bracket and full path : #include <MySubFolder/MyClass.h> I want it that way : #include "MyClass.h" I tried ticking C/C++->Code Style->Include Style->Closely Related Headers-