问题
I've code that already compiled using makefiles. I'm trying to edit it using Eclipse 4.2. My problem is with some includes that are not resolved:
#include <kik/sip/sip_api.h>
The file sip_api.h is in kik/sip/kk/include .
I've added the relevant directory to the project includes.
What is the problem?
来源:https://stackoverflow.com/questions/11833310/eclipse-cdt-unresolved-inclusion