Hi Giuliano Vitor
You need to include the middleware in your project configuration, you could use the example code as reference, I will use the kl26z to show how to do it. Next image show the structure and the needed files for usb cdc vcom example:

Some of them can be found in the middleware and others are more app specific so are located in the example path.
In the example project properties->C/C++ Build->Settings->C Compiler-> includes you can see the needed paths for the usb example are:

these "../../../" are relative paths for the location of the example project, but in your case you can use something like {your_path_SDK_2.0_FRDM-KL26Z}\middleware\usb_1.1.0
If you check the example code location:
{SDK_2.0_FRDM-KL26Z_paths}\boards\frdmkl26z\usb_examples\usb_device_cdc_vcom\bm
you can find the other files that you need:

so you will also need add them to the includes paths, I recommend you to copy this files and place them into your project path and then include them in your paths.
Hope this could help you
Have a great day,
Jorge Alcala
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------