A colleague added another header file to their project, and everything started blowing up with “ambiguous symbol” errors. #include “pch.h” #include “something.h” #include “newheader.h” #include <shlobj.h> … This resulted in a build error in Visual Studi
