Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » indexer lookup path
indexer lookup path [message #147946] Sat, 02 July 2005 21:57
Andreas Voss is currently offline Andreas VossFriend
Messages: 51
Registered: July 2009
Member
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 Sep 01 06:13:24 GMT 2024

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

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

Back to the top