Change current working directory VS13?
问题 As stated in this post the working directory when I debug my SDL program is relative to the .vcproj instead of the .exe (which it should be IMO) So I'm wondering if there's anyway I can change this, so when i press F5 the path will be relative to the .exe and not .vcproj? The current (relatively easy) workaround I'm using, is simply opening up the folder and starting program from there, but I would much rather prefer simply pressing F5. 回答1: The naive answer to your question is that you can