VS 2015 internal error C1001 building the latest 3.0.0-dev release
The latest OpenCV 3.0-dev download at https://github.com/Itseez/opencv/archive/master.zip is causing an internal compiler error in VS Community 2015.
I am compiling on Windows 10 for 32-bit windows.
I can cmake and compile the latest OpenCV 3.0.0 download with VS 2015, so what's causing the problem with the -dev release?
1>------ Build started: Project: opencv_core, Configuration: Debug Win32 ------
1> opencv_core_pch.cpp
1>E:\opencv-dev\build\modules\core\opencv_core_pch.cpp : fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 246)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
Other people seem to be reporting the same or similar problem: http://stackoverflow.com/questions/33411382/compiler-crashes-when-building-opencv-3-0-with-vc14-platform-toolset