You will find a script in the Examples folder that contains the commands and relevant paths to generate the Proxy/Skeleton API.
- If you just copied the existing folder structure of an example, you can run the script directly.
- If you changed the folder structure, you must open the script and change the paths accordingly.

Note: Please be aware that the scripts use relative paths.
Output Path
The variable SRC_GEN_DIR
defines the output path of the API.
You will find the generated proxy and skeleton classes under that path.

If you change the default output path, you must also add the new path in the LocalPaths.cmake. See Build Application.