there is a limitation introduced into windows (cmd.exe) which prevents changing to a network directory from a command prompt which may be the cause. this also affects mapped drives. You may just have to develop locally and regularly backup your source to the server instead of developing directly from it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried saving my basic project to my server, but when I went to compile
the base program, I got a could not find main.cpp error.
Anyone else have this problem? Is there a directory I need to change?
John Howard
there is a limitation introduced into windows (cmd.exe) which prevents changing to a network directory from a command prompt which may be the cause. this also affects mapped drives. You may just have to develop locally and regularly backup your source to the server instead of developing directly from it.
Here is a link that might explain a way around this problem, I'm using redirected folders on this network, and have the same problem
http://stackoverflow.com/questions/9013941/how-to-run-batch-file-from-network-share-without-unc-path-are-not-supported-me