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

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
urika
Posts: 1
Joined: July 30th, 2020, 1:55 pm

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

Post by urika » July 30th, 2020, 2:06 pm

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.

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

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

Post by chili » July 30th, 2020, 2:34 pm

You need to right click the solution (or maybe project) in the solution tree view and choose the "retarget" option.
Chili

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

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

Post by albinopapa » July 30th, 2020, 6:06 pm

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)
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

Post Reply