I am using visual studio 2013 for an opencv c++ project which I am just starting.With a very basic file the project compiles fine but when I run it, it first gave MSVCR120D.dll missing, I understand this is because of redistribute package, when I installed redistribute package of visual c++ 2013 the error changed to MSVCR110D.dll missing. I even went on to install the redistribute package 2012 but still get the same error.
How can I tackle this problem?