I want to add information about my App by adding resources.rc file info my project.
I used this answer: https://stackoverflow.com/a/3323786/6788868
But after that I'm getting
"When writing output to: invalid argument"
in resources.rc file.
I think that I might be adding this rc file in wrong way: right click on project -> add new... -> General -> Empty file -> resources.rc
All I did was creating this rc file and version.h file as a header file, and pasting the content from answer above.
This error exists after
#include "version.h"