Perhaps you could have merged your two questions into one thread? But this is fine, I'll just paste my previous response with necessary modifications.
You can install all these libraries by using winetricks
. Once installed it's only a matter of setting your prefix to the game you wish to modify, then run winetricks vcrun2015
, or whichever version you want to install. Here's a one liner:
WINEPREFIX="$HOME/.steam/steam/steamapps/compatdata/<app-id>/pfx" winetricks vcrun2015
Be sure to replace<app-id>
with the ID for your game.