What is %cd% in build log? (Linux.)
This is the first build on a new project and as is typical, the headers are not located. On previous projects I have had to replace the relative paths with absolute paths because I could not figure out where the relative paths were relative to.
I wonder what the %cd% is on the line before the compile command. It looks like a CMD.COM environment substitution that probably does not work on Linux.
I’m happy to see the Linux plugin updated but sad to see that this problem remains unsolved.
If there is a means of solving this on my end (aside from updating all include paths) please let me know!