how to force CDT to rebuild index with my new include.

来源:互联网 发布:如何解决域名劫持 编辑:程序博客网 时间:2024/06/06 01:33

1. The include file which CDT use when you run compile is save to workspace/.metadata/.plugins/org.eclipse.cdt.make.core/, and file name is Your_ProjectName.sc --> just remove it
2. The index file is save to workspace/.metadata/.plugins/org.eclipse.cdt.core/, --> just remove this directory
3. Run rebuild index from CDT


0 0