Ptvs: CoreCompile does not exists in the project

Created on 18 May 2017  路  3Comments  路  Source: microsoft/PTVS

When I try to build the python project containing only one file "test.py" with single line code(I know the error is not about that), I get this error "CoreCompile does not exists in the project". What may cause of that?

Most helpful comment

it is fixed after uncommenting CoreCompile tag in project file.

All 3 comments

it is fixed after uncommenting CoreCompile tag in project file.

Hello cpoyraz, I am facing the same problem I have developed a Python project/solution is VS 2017. Where exactly did you find the CoreCompile tag and in which project file? Thanks (:

@it21208 You will have created a file with the extension .pyproj at some point - open that in a plain text (or XML) editor and you'll find it near the end of the file.

Was this page helpful?
0 / 5 - 0 ratings