WSL icon indicating copy to clipboard operation
WSL copied to clipboard

Fix C1010070 compilation error in wslsettings

Open Mlekow opened this issue 7 months ago • 2 comments

Summary of the Pull Request

Fixes error c1010070

WSL\out\build\x64-Debug\app.manifest : general error c1010070: Failed to load and parse the manifest.

PR Checklist

  • [ ] Closes: Link to issue #xxx
  • [ ] Communication: I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
  • [ ] Tests: Added/updated if needed and all pass
  • [ ] Localization: All end user facing strings can be localized
  • [ ] Dev docs: Added/updated if needed
  • [ ] Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

Mlekow avatar May 20 '25 07:05 Mlekow

Interesting, I don't see this compiler error. Are you doing anything unique when you see this?

benhillis avatar May 22 '25 17:05 benhillis

No unique actions were taken. I'm using Microsoft Visual Studio Professional 2022 (version 17.14.0) with CMake support.

I opened the project via File->Open->CMake. The error occurred while compiling the target wslsettings.

Interesting, I don't see this compiler error. Are you doing anything unique when you see this?

Mlekow avatar May 26 '25 02:05 Mlekow