I know a question like this was already asked, but the situation is a little different, and all the answers on that problem didn\'t work for me.
I\'m trying to compi
If you give the finished exe to someone else they will need to install the latest visual c runtime to run it. This will only work for release build AFAIK. Visual studio should install the required runtime both release and debug into your path. The project probably has an additional dependency accidently set for an incorrect version of the runtime.
See if this page helps.