My Eclipse CDT keeps complaining \"make: *** no rule to make target all\" when I am trying to compile the piece of code below:
#include us
In C/C++ Build -> Builder Settings, select Internal builder (instead of External builder).
It works for me.