How to work with LVGL V8.3 with codeblocks

Description

hello everyone, I want to use the last LVGL code in my simulator(codeblocks) I do the steps that are shown in the post-https://github.com/lvgl/lv_port_win_codeblocks
then when I update the LVGL source code the compiler error occurs

What MCU/Processor/Board and compiler are you using?

codeblocks20.03

What LVGL version are you using?

v8.3

What do you want to achieve?

work with the last version of LVGL with codeblocks

Usually when updating the CodeBlocks project, you need to remove the lvgl folder from the IDE (but not delete it) and add it again so that it picks up on any new source files. Unfortunately it lacks the ability to autoscan like other IDEs do.