S
SQLNeophyte
Guest
I have a VS 2015 CPP project. I have set the Visual Studio Intermediate directory (Project properties -> General -> Intermediate directory) to a custom folder. I use a cmd file for building the project. After building I delete the custom intermediate folder using command in the cmd file. When I execute the batch file, the build is completed and the custom folder is deleted successfully. However it is seen that the folder is re-created after waiting for some time...anyone has some idea what is the issue here?
Continue reading...
Continue reading...