I recently moved a C++ VS project from desktop computer to my laptop.
However when I open the solution, it gives me this error:
error : Designtime build failed for project 'C:\Coding_Projects\C++\Taxi\Taxi.vcxproj' configuration 'Debug|x64'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
Is there any suggestions on what I could do to fix this?
Thanks for all the help guys.
The issue was the Visual Studio and QT on my desktop were updated to the latest versions available however my laptop's VS and QT were not up to date.
So all I had to do was update my Visual Studio and QT on my laptop, and then in the QT Project settings: Change the "Installation" to my updated version of QT (msvc2019_64).