My Project needs to use DLL's provided by an SDK. I included the path to the DLL's here: Configuration Properties > Debugging > Environment, using:
PATH=%PATH%;...path to DLL directory
In Debug all works correctly. When I run the exe from Command Prompt, I get an error message indicating that the DLL's cannot be located.
I guess I need to also add the DLL path to another project property setting, correct?