I have a C# Windows Forms application on .NET 8. All was fine, but the Resources class is not re-generated anymore when I add, edit or delete strings or images using the designer. I am not aware when exactly this stopped working.
There is no appropriate error output or so, when VS should re-generate the class. I already tried to clean and re-build the solution/project, but it has no effect.
Is there a setting or a log to check/change, or is it possible to manually trigger re-generating the Resources class?
Currently running VS 2022 v17.9.2
Custom option uses user-defined Custom Tool. Please select Internal or public.