Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » indexer lookup path
indexer lookup path [message #147946] Sat, 02 July 2005 17:57
Eclipse UserFriend
If I write

#include "windows.h"

thats fine, the include is found. But if I write

#include <windows.h>

its not found. I get

C/C++ Indexer Problem: Preprocessor Inclusion not found: windows.h in
file: on line: 0.

Whats the difference?

I have assigned the include paths to
- system environment var INCLUDE (separated by ';')
- Project Properties -> Make Project -> Environment INCLUDE variable
- Project Properties -> Include Paths & Symbols (individual entries)

Thanks,
Andreas
Previous Topic:breakpoints don't work in new CDT 3
Next Topic:Migrating from MSVC6 to Eclipse CDT
Goto Forum:
  


Current Time: Sun Apr 27 00:32:11 EDT 2025

Powered by FUDForum. Page generated in 0.03015 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top