I repeat labs in "MQX for KSDK Training" by freescale. Lab1 goes well and example project "Hello" is compiled and works well.
In MQX for KSDK - Lab Guides I follow how to create MQX for KSDK Lab 2 - Base Project from the success project "hello".
according to Appendix of the document. I did copy and paste the "hello" project and rename the new as lab2_hello.
delete Sources folder of it and create a new folder with the same name "Sources". To prevent link to the primary project "hello"
Put lab2 code into the Sources and compile. Error shows that it can not find <mqx.h>.
Any body knows How to fix the problem?