I’m attempting to compile an old VS project from 2010 that includes just C files. The VS Studio 2022 community edition I have had to first convert the project files which it did but with a few complaints. When I attempted to build the solution, the first several projects built successfully but on one, it failed complaining it couldn’t find “afxres.h”. I searched the include directories but was unable to find it either. It seems this is a common complaint and I found some suggestions to fix it but none worked.
Has someone fixed this problem with this version of VS and what did you do to solve it?