I've tried using the /Fc flag which works with visual studio but get a message that it isn't recognized by the intel compiler.
I'm trying to write a test which uses data from a directory relative to the cpp test file, however the executable will be deployed elsewhere so it's hard to get it relative to the exe... hence i'd like an absolute path at compile time! How else could I get a path relative to the current cpp file?
Cheers, Jamie