When I run my program in debug, it cant open any files which are in /Debug/ directory of solution(where .exe is)... assert(File.good()); fails every time (Note that it doesnt fail when I double click-run the program)... Which makes me think that program is ran from somewhere else. But where? Where should I copy my files so it can work with debugger?