Build on windows fails with "/" but works with "\" for /FI compiler option
Hello, I tried to build the most recent version of OpenCV under Windows using Visual Studio 10. Building of core fails with this message: cl : Command line error D8004: '/FI' requires an argument
If I replace the "/" (slash) to "\" (backslash) for the precompiled header file, the build works.
Is this known? How can I work around it?
Regards, Andreas
I have found a work around that I will post tomorrow as the forum does not allow me to answer my own question within 1 day.