Skip to main content
Associate III
November 25, 2025
Solved

include

  • November 25, 2025
  • 3 replies
  • 333 views

../Middlewares/ST/touchgfx/framework/include/mvp/MVPApplication.hpp:22:10: fatal error: new: No such file or directory 

how to solved this? cubeide 2.0.0 GNU  Tools for STM32 (14.3 rel1)

Best answer by mathiasmarkussen

Have you generated code in TouchGFX Designer?

3 replies

Associate II
November 25, 2025

Does this happen while compiling a C++unit?

 

There are reports about CubeIDE 2.0  that CubeMX drops the C++ setting and silently converts a C++ project to C. Then the include paths (and later the lib paths) for C++ are lost.

Associate III
November 26, 2025

touchgfx code!

mathiasmarkussenBest answer
ST Employee
November 25, 2025

Have you generated code in TouchGFX Designer?

Associate III
November 25, 2025

yes, touchgfx project

ST Employee
November 26, 2025

Just to make sure, did that solve your issue? :)

Associate III
November 30, 2025

thanks! that is OK!