While working on opencv3.2 installation, as in these steps and the answer here, after generating opencv correctly with CMake, I couldn't execute the All build - debug x64 because the only option I found from Debug configuration manager are: Win32 or empty. (I didn't find x86) That means Step 6.2 fails.
I don't know the reason because I followed the steps exactly as they are and my windows is 64 bits and I even tried creating a C++ and verified that is Debug mode x86 exists.
What should I do? as the build in debug failed (with 1 success and 112 fails)
Thank you for your help.