Hi,
I have created a Visual C++ project from existing source files. The .vcproj-File is not in the same location where my .cpp and .h files are. Can I tell Visual Studio to create new files in that specfic folder rather than the project directory?
Thank for any hints!