I just started using Codeblocks and at first everything was working great. When I typed in include it would show suggestions for my /usr/include folder, but a little later I decided to add existing files to my project, and it made a header directory for the headers I wrote. Now when I try to include a file, it only gives me suggestions for the newly created header directory Codeblocks made. I checked the project properties and various other settings, and I added /usr/include in multiple areas, but still no success. Everything compiles and works; it finds the files I include, but it just does not autocomplete. I have been at this for about a week now, and it seems like there should be a simple solution can somebody please help. Thanks.
I am using Linux.