79731289

Date: 2025-08-10 14:38:18
Score: 0.5
Natty:
Report link

The solution to this problem is described here and amounts at installing many optional packages.

vs_BuildTools install ; \
    --includeRecommended --includeOptional ; \
    --add Microsoft.VisualStudio.Workload.VCTools ; \
    --add Microsoft.VisualStudio.Component.VC.ATLMFC ; \
    --add Microsoft.VisualStudio.Workload.VisualStudioExtensionBuildTools ; \
    --quiet --norestart --nocache --wait
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Chaos