Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexer doesn't recognize all header files
Indexer doesn't recognize all header files [message #661733] Sat, 26 March 2011 17:12
Eclipse UserFriend
Hi

I build up a clean new workspace for an existing project. I imported all project settings as well as imported the source code to my source folder inside my new workspace.

But I'm getting following:
Warning message:
Invalid project path: Missing project folder or file: \PTwo\scr for Source path. PTwo pathentry Path Entry Problem

Furthermore the indexer doesn't recognise all header files in the same include directory. This is the case inside 4 of 11 header files in my sources.
e.g. in following code the project specific header file as well as the wxWidgets header <wx/treebase.h> are recognized but not <wx/file.h> which is indeed in the identical directory.
#ifndef LOGGER_IMPL_H_
#define LOGGER_IMPL_H_

//general project settings
#include "MainSettingWin32.h"

//forward declarations
class wxFrame;
class BasicFrame;
class wxObject;
class TiXmlBase;

#include <wx/treebase.h>
#include <wx/file.h>

#endif /* LOGGER_IMPL_H_ */


Has anybody an idea what is going wrong with Eclipse CDT.

Follow-up on 27th March 2011:
The solution for the issue (thanks to message http:// www.eclipse.org/forums/index.php?t=rview&goto=649178& ;th=203141 was: turn-off Indexer for your workspace, close Eclipse, restart Eclipse, turn Indexer on again

[Updated on: Sun, 27 March 2011 16:00] by Moderator

Previous Topic:How to modify CDT for ARM (Cross compiling)
Next Topic:Compiling a single file
Goto Forum:
  


Current Time: Sat Sep 13 19:14:04 EDT 2025

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

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

Back to the top