I have a g++ project (GNU toolchain) and an NVCC project (NVIDIA toolchain). The g++ project frequently loses track of changes that occur to the header files in the nvcc project. I’ll right click the project and choose index->rebuild headers but it still doesn’t work. It will compile fine but the IDE still hilights regions in red that it thinks have errors.
How do I force the IDE to clear whatever cache it’s maintaining of the header files it references?
update: I came here to write this post, when I finished and looked over the red hilights were gone. It’s as though it was rebuilding the index in the background but there was no indication from the IDE it was doing so. I guess that’s an eclipse thing.