For one, I'm sorry if I shouldn't post this here since it's not directly related to SFML. However, the issue is based off of SFML's image file loading.
I'm using Microsoft Visual C++ 2010 Express. When I build and then run the built exe, the program starts its search path from the exe's location, and finds all of the images and other files in the same folder with it. However, when I try to run it via the debugger, the search path begins at C: and every single external file fails to load.
Does any have any idea why this is? Does it have something to do with SFML's file loading, or is it completely unrelated? Any ideas on how to fix this?