I'm trying to get auto complete to work in visual c++ 6. It works for windows and standard c++ functions/classes and things that are a part of my project but when I add a library it dosen't work. Since the headers are listed in the external dependancies list in the project view I though visual c++ would read the definations from the header files and use them for auto complete?