Every compiler has something like /Fe or /Fo. I mean that typically if a compiler is invoked w/o such an option it would produce file.o (not folder/file.o).
Has somebody says it's a feature of this compiler?
PS. Sometimes it's impossible to use /Fe or /Fo (eg., when multiple input file names or wildcards are specified).