You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DavidXanatos ,
I was able to reproduce the error at our internal lab for windows-2022 runner image.
However, the workflow executed successfully in windows-2019.
Also, from the workflow page we see that the build was never successful i windows-2022.
We suggest to revert the runner to windows-2019 or re-evaluate the application and configuration to execute in windows 2022 environment.
In case there is a need to install any visual studio missing workload, please feel free to revert.
Thanks.
Description
When building MSVC projects with resource files *.rc using afxres.h we get a afxres.h not found error,
seams some VS components are missing.
Platforms affected
Runner images affected
Image version and build link
https://github.com/DavidXanatos/Sandboxie-Dev/actions/runs/11881425234/job/33105747062
Is it regression?
idk
Expected behavior
the file should be present as its an integral part of MFC
Actual behavior
the file is missing
Repro steps
Build a MSVC project with a VS generated resource file
The text was updated successfully, but these errors were encountered: