I've been a working with java and Eclipse up until now and moving files between directories was quite easy, just drag & drop and you're done.
Now I moved to Visual Studio 2015 due to C++. So I accidentally created a file in the wrong project and wanted to move it to the right one. However, VS just creates a link to the real file which is still in the other project instead of actually moving the file. To solve this, I used my system explorer but is there a way to do this in Visual Studio directly?
This is extremely annoying. 2 files were missing after I exported my project a few days ago.