2019-09-12 01:31 AM
Working on STM32F746G-Disco board, my app works on board, simulator compiles on Visual Studio, but won't compile on TouchGFX designer and keeps saying " fatal error: mvp/MVPApplication.hpp: No such file or directory
#include <mvp/MVPApplication.hpp>
but that file it is there indeed, otherwise MVS wouldn't compile, correct me if i'm wrong.
Btw is no big deal since i can run simulator from Visual studio, problem is when i run simulato, seems working fine, but when i change screen i have this error:
How should i fix this?
Thanks
Stefano
EDIT, i took a working backup without this error, and got again this error only if i lounch simulator via visual studio, from TouchGFX simulator still works fine, so my question is, what differences are betwen those 2 ways to launch simulator? bacause i'd like to use debugging on visual studio, but that one not working