> For the complete documentation index, see [llms.txt](https://wiki.tiltedphoques.com/tilted-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tiltedphoques.com/tilted-online/technical-documentation/build-guide/troubleshooting.md).

# Troubleshooting

## xmake errors:

If you encounter the following error:

![](https://i.imgur.com/69IJuIY.png)

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`
