Ask Your Question

Revision history [back]

Ok So I kinda got it figured out, but I'll refrain from being rude.

The include dirs where off by one so to speak, I just had to select "\eigen" instead of "\eigen\Eigen" Same for tbb

Still, imageproc module failed and so did everything else that links to it.

I tried with several different configs and always an error in the OpenCV code borked the build of project so all others that need that one after will fail. Sometimes its imgproc, sometimes its highgui it just depends on the configuration.

I guess I will need to use the pre-built lib instead of trying to build one that is optimized for my processor. I don't think it will matter for the course though.

If it builds on Linux, my anger for wasting a week of my life will be solely directed at Microsoft for releasing a cr@p compiler.