Author Topic: Open header file <...>  (Read 3350 times)

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Open header file <...>
« on: April 26, 2006, 02:56:41 pm »
Hi, Guys!
(cb20040424 on WINDOWS)
My project resides in "c:/myproject/" and i consider using "c:/library/liza.hpp", My actions:
Code: cpp
{
I add "c:/library" to "Directorries/Compiler"
I write in my source "#include <liza.hpp>"
Then i click the right mouse button on "liza.hpp" and in popup menu select "Open header file liza.hpp"
C::B says that it(or they) cannot find the file specified
}
I feel myself unhappy and close C::B.
After restarting C::B and reopening project all works pretty well.
 
CB LSI (C::B as a Little Secret Initiative)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Open header file <...>
« Reply #1 on: April 26, 2006, 03:05:11 pm »
Yes, the project's include directories are only added on project load (regarding this functionality). This is a known issue currently...
Be patient!
This bug will be fixed soon...