C++ Builder: "Fatal Error: File not Found: ShellControls.obj"
Question / Problem
I get the error message "Fatal Error: File not Found: ShellControls.obj" during compilation. What is the problem?
Answer / Solution
The ShellBrowser package is missing in the runtime packages list of Delphi. You then need to add it manually under Project / Project Options / Packages / Runtime packages. If you are not using runtime packages, the the path with the .OBJ file is simply missing in the Library Path of your Project Options.