Troubleshooting
In case compilation goes wrong.
xmake errors:
If you encounter the following error:

you most likely didn't point xmake to vcpkg. This can be fixed by installing it and then running
xmake g --vcpkg="location"
For other errors, you can reset xmake config and refresh xrepo repositories by deleting the ./.xmake/ folder and running the command xrepo remove --all -y
Last updated
Was this helpful?