Hello Everyone,
I'm new to C++, so I'm hoping someone here can point me in the right direction. When a perform a "Rebuild All" on my project,I keep receiving the error message below:
Linking...
Creating library Debug/AxeBRules.lib and object Debug/AxeBRules.exp
The system cannot find the path specified.
Error executing c:\windows\system32\cmd.exe.
AxeBRules.dll - 1 error(s), 0 warning(s)
I've verified that the cmd.exe file was indeed in the correct directory and that I had a path pointing towards it in the executable directory. Has anyone else ever experienced this error? Any help would be greatly appreciated.
Thanks in advance
Jason
I'm new to C++, so I'm hoping someone here can point me in the right direction. When a perform a "Rebuild All" on my project,I keep receiving the error message below:
Linking...
Creating library Debug/AxeBRules.lib and object Debug/AxeBRules.exp
The system cannot find the path specified.
Error executing c:\windows\system32\cmd.exe.
AxeBRules.dll - 1 error(s), 0 warning(s)
I've verified that the cmd.exe file was indeed in the correct directory and that I had a path pointing towards it in the executable directory. Has anyone else ever experienced this error? Any help would be greatly appreciated.
Thanks in advance
Jason