I've downloaded the latest code from the github https://github.com/processhacker/processhacker
and I can compile fine in Debug (for Win32 and x64). However when switching to Release, the linker complains about noarg.obj: " Error LNK1181 cannot open input file 'noarg.obj' "
I've removed it from both the ProcessHacker and peview via \Linker\All Options: 'Additional Dependencies'
But it then just complains about next items in the list noenv.obj, etc
I've compared the command lines for the linker side by side from Debug and Release, and they have the same files, and just about the same switches.
What can I try next? Thank you!