Hi Joe,
The New Project Wizard for MQX 3.8 and CodeWarrior 10.2 works with Winodws 7.
The message you get indicates that the New Project Wizard for MQX 3.8 cannot find the installation of MQX.
The NPW first checks the following key in the Windows registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Freescale\Freescale MQX\3.8
It contains PATH value with the path to the MQX 3.8 installation. (Both 3.8.0 and 3.8.1 share this same key).
By default the PATH value is set to: C:\Freescale\Freescale MQX 3.8.
If the PATH value is not found then the message you got is shown. If it is found, then the NPW checks if the folder from the PATH variable exists, and if there is no such directory the same message is shown.
So, check if you have the mentioned key in the registry and if PATH value matches with the real directory with MQX.
If they match and you still have the problem, you may try to reinstall plug-ins for CodeWarrior. To do so, use the install_cw10.2_plugin.bat batch file from the following directory: c:\Freescale\Freescale MQX 3.8\tools\codewarrior_extensions\CW MCU v10.2\ (the directory may differ if you have installed your MQX somewhere else).
Good luck!
Marcin