Error building 245, Hello World build error #include core.hpp
include "opencv2\core\core.hpp"
include "iostream"
using namespace std;
int main() { cout << "Hello World\n"; }
Upon building in VS 2010 on a Windows 7 machine, the following error occurs..
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(304,9): error MSB4030: "imgproc" is an invalid value for the "IgnoreAllDefaultLibraries" parameter of the "Link" task. The "IgnoreAllDefaultLibraries" parameter is of type "System.Boolean".
..Quite a few of the builds (~15 of ~240) failed when building the Release and Debug libraries, and this may be where the issue lies. Anyone know where to point me? I've been trying for about 2 weeks to properly configure, install and build the library.
Any suggestions are welcome..