The system cannot find the path specified. please help me
-
this is showing when i tried to export my project. in the export wizard the MS build is automatically unticked. (i installed visual studio by changing the default shared location C:\ to another drive by using regedit because of storage problems.)
Re-saving file: D:\project plugins\Binaries\AutogeneratedProject.jucer
Finished saving: Visual Studio 2022
Finished saving: Xcode (macOS)
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling 64bit Instrument plugin project plugins ...
The system cannot find the path specified.
Press any key to continue . . .this error is showing in cmd. can someone please help me to solve this
-
Finally that export wizard is giving some meaningful feedback for once :)
i installed visual studio by changing the default shared location C:\ to another drive by using regedit because of storage problems.)
There's a lot in the process that will assume the default location. You can manually edit the system variables so that msbuild is accessible from anywhere, but there will be lots of glitches going forward if you don't stick to the default installation path.
-