'Static link in Visual studio 2019 and still .exe requires aditional DLL (In other Pc)

I am compiling a solution that allows static link in visual studio (/MT)(release x64 config), but when I try the executable in other computer it requirest me additionals Dll (vcruntime140_1d.dll in this case)

I am asking my selft if I still needs doing additional configuration on visual studio.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source