Linker Tools Error LNK1299

no response file specified with '@'

The linker option to invoke a response file was specified, but no file name was passed to the option.

The following sample generates LNK1299:

// LNK1299.cpp
// compile with: /c
int main() {}

and then type link @ lnk1299.obj on the command line, the linker will generate LNK1299.