Warning from windeployqt
-
I'm getting a warning issued when I run windeployqt:
D:\Github\DSS\EXEC : warning : Cannot find Visual Studio release redistributable files in C:\Program Files\Microsoft Visual Studio\18\Community\VC\redist\MSVC\14.51.36223.this is Visual Studio 18.5.3.
What's the likely problem?
Thanks, David -
@Chris-Kawa Thank you.
This started happening after I rolled back from VS 18.6.2 to 18.5.3, I tried to follow your advice, but the VS Installer complained about missing "stuff". In the end I had to completely uninstall VS and re-install - most annoying! However the good news is that "normal service" has now been resumed!
-
Run the VS installer and in the Individual Components tab see if you have
Visual C++ v14 Redistributable Updatechecked.Also see if you have any other redist versions in
C:\Program Files\Microsoft Visual Studio\18\Community\VC\redist\MSVC\. -
@Chris-Kawa Thank you.
This started happening after I rolled back from VS 18.6.2 to 18.5.3, I tried to follow your advice, but the VS Installer complained about missing "stuff". In the end I had to completely uninstall VS and re-install - most annoying! However the good news is that "normal service" has now been resumed!
-
P Perdrix has marked this topic as solved