Is there any way to create an absolute filepath for the Include Paths area of the Target Options?
Every time I specify a path using the browser, it gets converted to a relative path (..\..\..\..\<path>\<to>\<includes>). What if I want to specify an absolute address of C:\x\y\z ?
What happens if you type (or paste) the path - instead of using the browser.
It's generally better to avoid absolute paths - as that rather ties you project down to a specific hard disk organisation.