79557545

Date: 2025-04-05 21:42:27
Score: 1
Natty:
Report link

I managed to fix the errors by deleting the following files in %localappdata%\vcpkg:

vcpkg.user.props
vcpkg.user.targets

It seems MSVS was allowing vcpkg to import custom properties with the following

  <Import Condition="Exists('C:\Scripts\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets') and '$(VCPkgLocalAppDataDisabled)' == ''" Project="C:\Scripts\vcpkg\scripts\buildsystems\msbuild\vcpkg.targets" />
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: The Gamerzs