Thanks Jakub. Installing the SDK fixed the issue. I suppose it got corrupted like you said.
I am now having issues with debugging and hitting breakpoints. I can only hit breakpoints on the entrance script to my application. Anything beyond that the breakpoints won't hit and I have step into to get to them. Any advice on that or anything I can provide to help find the issue.
Here is my project file you asked for in the first post.
Thanks
<Project Sdk="Devsense.Php.Sdk">
<PropertyGroup Label="Globals">
<ProjectGuid>93fa99aa-43ec-456c-a0be-a8a4fe9a7cd7</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<EnvName>Custom</EnvName>
<RootNamespace>PushX_PIR</RootNamespace>
<WebRoot />
<RuntimeVersion>7.4</RuntimeVersion>
<SaveServerSettingsInUserFile>false</SaveServerSettingsInUserFile>
<PHPDevHostName>localhost</PHPDevHostName>
<PHPDevAutoPort>true</PHPDevAutoPort>
<PHPDevRouting />
<CustomServerUrl>http://pir.pushxdev</CustomServerUrl>
<CustomXdebugPort>9000</CustomXdebugPort>
<DebugMappingMethod>Automatic</DebugMappingMethod>
<DebugPathMapping />
<DBGpProxyEnabled>false</DBGpProxyEnabled>
<DBGpProxyHost />
<DBGpProxyPort>9001</DBGpProxyPort>
</PropertyGroup>
<ItemGroup>
<Content Remove="composer.lock" />
</ItemGroup>
</Project>