Advertisement

Vs2015 Update 3:template Does Not Work Anymore.

Started by August 01, 2016 02:44 AM
0 comments, last by nickme 8 years, 4 months ago

hi

I just updated my vs to vs2015 update 3. After I created a project, i exported it to a template to be use by my other project. after i created a new project with the template, I see my file and resource name in the solution explorer. But when i clicked to open it, it popup a windows and said :

The document can not be opened. It has been moved, renamed or deleted.

anyone has any idea?

thanks in advance

I also want to mention that i used nuget to load the sdl2 files. here is the screenshot of my project.

and here is the error output when i built it

1>------ Build started: Project: SDL_test1, Configuration: Debug Win32 ------
1>D:\C++\SDL_test1\SDL_test1.vcxproj(176,5): error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\freetype.redist.2.6.2.1\build\native\freetype.redist.targets.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
there are two things to consider here: from the screenshot below:first, freetype.redist.2.6.2.1 is installed(it is the first item in the screenshot). and second, I did not use any ttf api.

This topic is closed to new replies.

Advertisement