Reputation: 57
I'm trying to create a template of SFML-IMGUI
I can compile it and it works perfectly (main function is inside main.cpp)
I've created main.cpp and parametersUI.hpp files, all others are from ImGui / SFML-ImGui
After creating the project template, it gives my this zip file :
So all files seems to be here. However, when I'm creating a project using this template : main.cpp and parametersUI.hpp are missing. There're displayed on the project structure but files seems to be deleted, they're not physicaly in the project folder.
Futhermore, there are inside the xml file :
<ProjectItem ReplaceParameters="false" TargetFileName="main.cpp">IMGUI\main.cpp</ProjectItem>
<ProjectItem ReplaceParameters="false" TargetFileName="parametersUI.hpp">IMGUI\parametersUI.hpp</ProjectItem>
Why visual studio doesn't want to include these 2 files ?
EDITED PART
I've tired to manualy remove IMGUI in the path (in xml file) and move these 2 files out of IMGUI in the zip but same missing file error when I'm creating a new project with this template
Upvotes: 0
Views: 537