Page 1 of 1

New to Planet Chilli and Youtube videos - Chilli DirectX Framework - Visual Studio 2019

Posted: July 30th, 2020, 2:06 pm
by urika
Hi Guyz,

First of all, To Mr. Chilli,

Thank you for uploading such awesome videos. Although I am a completely beginner to programming as well as new to your channel but by looking at reviews / comments and amount of hardwork you have put in, I am really excited & looking forward to learn programming with real application. Thanks so much once again.

Secondly, about Chilli DirectX Framework and Visual Studio 2019 setup

Below is the error encountering when I open chilli framework in visual studio 2019. If you please guide me on how to resolve it
Visual studio was already installed, I simply downloaded framework.

Thanks & Regards




C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj : warning : The build tools for v140 cannot be found. Install v140 to build using the v140 build tools.

C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj : warning : Platform 'Win32' referenced in the project file 'Engine' cannot be found.

C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj : warning : Platform 'x64' referenced in the project file 'Engine' cannot be found.

error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\Users\Umair\Downloads\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Release|Win32'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.

Re: New to Planet Chilli and Youtube videos - Chilli DirectX Framework - Visual Studio 2019

Posted: July 30th, 2020, 2:34 pm
by chili
You need to right click the solution (or maybe project) in the solution tree view and choose the "retarget" option.

Re: New to Planet Chilli and Youtube videos - Chilli DirectX Framework - Visual Studio 2019

Posted: July 30th, 2020, 6:06 pm
by albinopapa
Another way is to click on the Project menu at the top, then Properties.

On the left side of the window, you have General highlighted under Configuration Properties.

On the right side of the window, there should be a Platform Toolset, change this to Visual Studio 2019 (v142)