Hi @friesen
I am able to build the demo in Visual Studio 2022.
Can you help to understand what error you are facing , while trying to build the demo?
Also, have you set the required config options for setting up the MQTT broker connection as described here
The issue is because the submoduled repositories have not been cloned successfully.
If you have downloaded the repo without using the --recurse-submodules argument, you need to run:
git submodule update --init --recursive
Once cloned, check if the following file FreeRTOS/Source/event_groups.c exists before compiling the demo.