After updating localized projects, rather than putting the .rc and .rcn files in C:\Projects\[Project Name]\Code\[Language]\ with the .dfm and .dfn files, these files get put under C:\Projects\[Project Name]\Code\[Language]\C\Projects\[Project Name]\Bin\. Then, when rebuilding the language, I run into errors indicating that it can't find the .rc file in C:\Projects\[Project Name]\Code\[Language]\.
I've manually edited the C:\Projects\[Project Name]\Code\[Language]\*.dpr and [LANGUAGE].bdsproj files, in which this unusual path is defined, but then updating the localized projects again changes this path back to the one I don't want. I figured there has to be a setting somewhere that could be edited to specify where to put the .rc and .rcn files, but I haven't found one yet.
I'm using Delphi 10.2.1. The problem appears in multiple projects using both the Windows SDK Resource Compiler and the Borland Resource Compiler.
Any suggestions would be appreciated.