I use MSVS 2022 17.13.0.
I'm trying to use a command file @liblist.txt with the MSVS linker, but I keep getting this error:
1>LINK : fatal error LNK1104: cannot open file '@liblist.txt'
#example
I add it in
[Project > Properties > Linker > Command line > Additional Options]
I've checked the path, tried absolute path, folder etc. but no good.
How can I fix this?
Thank you.