Wirepas SDK can be used with various IDEs for application development. However, the developer should be aware that editing some files with some editors may lead to file format modifications.

Wirepas recommends to use Microsoft Visual Studio Code.

1 - Install VS-Code from this link

2 - Activate WSL integration by installing the WSL2 extension following this link

3 - Open VS-Code in the WSL environment. Once opened, you can connect to WSL environment using F1 key and selecting WSL: Connect to WSL

4 - Then, you can open a terminal from VS-Code and run the same commands as here.

For further details on Microsoft Visual Studio Code, you may refer to Get Started with C++ and Windows Subsystem for Linux in Visual Studio Code.