I have some existing C++ code that I am editing under eclipse Oxygen. It is reporting errors in the IDE because the original project under a different IDE was configured to include a specified default header file automatically. How can I do this in eclipse.
Not asking how to change a template for a new file.
Do not know how to use -include option as I do not have a make file. Using -include is described in "Is there any way to include a header file in all C or CPP file automatically? "
I cannot see a way to do this under Preferences > C/C++ Build > Settings.