79474771

Date: 2025-02-28 07:24:57
Score: 1
Natty:
Report link

Even I could not reproduce your problem, I would try to give some directions to check the possible ways. I use VS2022 and oneAPI ifort/ifx, however not in a link, and my VS2022/C++ projects use simple resources without links to windows headers.

  1. To check which (resource) file refers to winres.h. Try to delete this include line.

  2. To check if a correct directory with winres.h is mentioned in the Configuration Properties->Resources->General->"Additional Standard Include Path".

  3. To check if the resulting string of include directories does not exceed 512 symbols.

  4. To google deeper "Resource Compiler Fatal Error RC1015".

Useful link: fatal error RC1015

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Michael Ermakov