I’m trying to use FREERTOS for the first time and I have downloaded FreeRTOSv202411.00.zip with demo for MSVC.
I’ve set
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1
but when I compile the demo I get several errors; the translation in english is:
“Impossible to open the error code “….” of the origin file.
Can anyone give me a suggestion how to solve? I have installed Windows SDK 10.0.19041.5609 and WIndows SDK 10.0.26100.6584 like suggested in a post but nothing happens.
I’m using Visual Studio Express 2017 on Windows 11