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