Hope you are well. In the case of the lpc17xx, it does not have an SDK so the examples must be imported from the LPCOpen folder. The path in your computer will be the following:
C:\nxp\MCUXpressoIDE_11.2.0_4120\ide\Examples\LPCOpen
You may import the available examples by clicking "Import project from file system" in the quick start menu. Select the zip folder option and browse to the above path.
Here you will find the different packages for several microcontrollers.

Select your microcontroller and you may use the examples as reference with the latest version available. Could you please try these examples and see if they work for you. If so, then I'd recommend to port your example using these drivers to see if anything was updated as well. It is strange that a difference in the IDE would be causing a behavior such as not working.
You may also try a simple blink example to make sure that the MCUXpresso IDE is setup correctly.
Please let me know your results.