I have a problem with Visual C++ 2008. I have installed opencv and I\'ve created a new program and I build it with no errors. However, it complains about not finding MSVCR90
I have solved same problem like below:
When you do that, your project embeds depended dlls and so it escaped dependency problems.
Note: I worked on a dll project and had that problem. After doing above steps it worked for my situation.