Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Roman on April 26, 2006, 02:56:41 pm

Title: Open header file <...>
Post by: Roman 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.
 
Title: Re: Open header file <...>
Post by: mandrav 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...