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