WSL
WSL copied to clipboard
Fix C1010070 compilation error in wslsettings
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
Interesting, I don't see this compiler error. Are you doing anything unique when you see this?
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?