Hello,
I have the same issue here, and I do not want to go into the details of the makefile that is included. In my case it is:
space :=
space +=
WEBOTS_HOME_PATH=$(subst $(space),\ ,$(strip $(subst \,/,$(WEBOTS_HOME))))
include $(WEBOTS_HOME_PATH)/resources/controllers/Makefile.include
and this Webots include is not very small. So is there a way in code::blocks to add the exact include command? (Can I do that with scripts?)
Thanks a lot for help